![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fxfa/formcalc/cxfa_fmexpression.h"#include <utility>#include "core/fxcrt/fx_string.h"#include "core/fxcrt/widetext_buffer.h"#include "testing/fxgc_unittest.h"#include "testing/gtest/include/gtest/gtest.h"#include "v8/include/cppgc/heap.h"#include "xfa/fxfa/formcalc/cxfa_fmlexer.h"#include "xfa/fxfa/formcalc/cxfa_fmtojavascriptdepth.h"Go to the source code of this file.
Classes | |
| class | FMExpressionTest |
| class | FMCallExpressionTest |
| class | FMStringExpressionTest |
Functions | |
| TEST_F (FMCallExpressionTest, more_than_32_arguments) | |
| TEST_F (FMStringExpressionTest, Empty) | |
| TEST_F (FMStringExpressionTest, Short) | |
| TEST_F (FMStringExpressionTest, Medium) | |
| TEST_F (FMStringExpressionTest, Long) | |
| TEST_F (FMStringExpressionTest, Quoted) | |
| TEST_F (FMExpressionTest, VarExpressionInitNull) | |
| TEST_F (FMExpressionTest, VarExpressionInitBlank) | |
| TEST_F (FMExpressionTest, VarExpressionInitString) | |
| TEST_F (FMExpressionTest, VarExpressionInitNumeric) | |
| TEST_F | ( | FMCallExpressionTest | , |
| more_than_32_arguments | ) |
Definition at line 21 of file cxfa_fmexpression_unittest.cpp.
References fxcrt::WideTextBuffer::AsStringView(), CXFA_FMExpression::kInferred, fxcrt::WideString::operator+=(), and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMExpressionTest | , |
| VarExpressionInitBlank | ) |
Definition at line 120 of file cxfa_fmexpression_unittest.cpp.
References CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMExpressionTest | , |
| VarExpressionInitNull | ) |
Definition at line 107 of file cxfa_fmexpression_unittest.cpp.
References CXFA_FMExpression::kInferred, fxcrt::WideTextBuffer::MakeString(), and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMExpressionTest | , |
| VarExpressionInitNumeric | ) |
Definition at line 150 of file cxfa_fmexpression_unittest.cpp.
| TEST_F | ( | FMExpressionTest | , |
| VarExpressionInitString | ) |
Definition at line 135 of file cxfa_fmexpression_unittest.cpp.
| TEST_F | ( | FMStringExpressionTest | , |
| Empty | ) |
Definition at line 56 of file cxfa_fmexpression_unittest.cpp.
References fxcrt::WideTextBuffer::AsStringView(), CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMStringExpressionTest | , |
| Long | ) |
Definition at line 86 of file cxfa_fmexpression_unittest.cpp.
References CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMStringExpressionTest | , |
| Medium | ) |
Definition at line 76 of file cxfa_fmexpression_unittest.cpp.
References fxcrt::WideTextBuffer::AsStringView(), CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMStringExpressionTest | , |
| Quoted | ) |
Definition at line 97 of file cxfa_fmexpression_unittest.cpp.
References fxcrt::WideTextBuffer::AsStringView(), CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().
| TEST_F | ( | FMStringExpressionTest | , |
| Short | ) |
Definition at line 66 of file cxfa_fmexpression_unittest.cpp.
References fxcrt::WideTextBuffer::AsStringView(), CXFA_FMExpression::kInferred, and CXFA_FMToJavaScriptDepth::Reset().