Home
last modified time | relevance | path

Searched refs:CXFA_FMParser (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp23 CXFA_FMParser::CXFA_FMParser(const WideStringView& wsFormcalc) in CXFA_FMParser() function in CXFA_FMParser
29 CXFA_FMParser::~CXFA_FMParser() {} in ~CXFA_FMParser()
31 std::unique_ptr<CXFA_FMFunctionDefinition> CXFA_FMParser::Parse() { in Parse()
41 bool CXFA_FMParser::NextToken() { in NextToken()
50 bool CXFA_FMParser::CheckThenNext(XFA_FM_TOKEN op) { in CheckThenNext()
61 bool CXFA_FMParser::IncrementParseDepthAndCheck() { in IncrementParseDepthAndCheck()
66 CXFA_FMParser::ParseTopExpression() { in ParseTopExpression()
90 std::unique_ptr<CXFA_FMExpression> CXFA_FMParser::ParseFunction() { in ParseFunction()
153 std::unique_ptr<CXFA_FMExpression> CXFA_FMParser::ParseExpression() { in ParseExpression()
206 std::unique_ptr<CXFA_FMExpression> CXFA_FMParser::ParseVarExpression() { in ParseVarExpression()
[all …]
Dcxfa_fmparser_unittest.cpp16 auto parser = pdfium::MakeUnique<CXFA_FMParser>(L""); in TEST()
29 auto parser = pdfium::MakeUnique<CXFA_FMParser>(L"; Just comment"); in TEST()
50 auto parser = pdfium::MakeUnique<CXFA_FMParser>(L"; Just comment\n12"); in TEST()
106 auto parser = pdfium::MakeUnique<CXFA_FMParser>(input); in TEST()
118 auto parser = pdfium::MakeUnique<CXFA_FMParser>(L"foo(bar[baz(fizz[0])])"); in TEST()
125 auto parser = pdfium::MakeUnique<CXFA_FMParser>( in TEST()
Dcxfa_fmparser.h16 class CXFA_FMParser {
18 explicit CXFA_FMParser(const WideStringView& wsFormcalc);
19 ~CXFA_FMParser();
/external/pdfium/testing/libfuzzer/
Dpdf_formcalc_fuzzer.cc12 CXFA_FMParser parser(input.AsStringView()); in LLVMFuzzerTestOneInput()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp6175 CXFA_FMParser parser(wsFormcalc); in Translate()