Home
last modified time | relevance | path

Searched refs:DoParse (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp34 int32_t CXFA_DocumentParser::DoParse() { in DoParse() function in CXFA_DocumentParser
35 int32_t nRetStatus = m_nodeParser.DoParse(); in DoParse()
Dcxfa_document_parser.h27 int32_t DoParse();
Dcxfa_dataimporter.cpp35 if (pDataDocumentParser->DoParse() < XFA_PARSESTATUS_Done) in ImportData()
Dcxfa_simple_parser.h31 int32_t DoParse();
Dcxfa_simple_parser.cpp382 int32_t CXFA_SimpleParser::DoParse() { in DoParse() function in CXFA_SimpleParser
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h35 void DoParse(CFX_XMLNode* pXMLContainer, CXFA_TextProvider* pTextProvider);
Dcxfa_ffdoc.cpp235 int32_t iStatus = m_pDocumentParser->DoParse(); in DoLoad()
Dcxfa_textparser.cpp206 void CXFA_TextParser::DoParse(CFX_XMLNode* pXMLContainer, in DoParse() function in CXFA_TextParser
Dcxfa_textlayout.cpp639 m_textParser.DoParse(pXMLContainer, m_pTextProvider); in Loader()
/external/flatbuffers/src/
Didl_parser.cpp2110 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot()
2192 CheckedError Parser::DoParse(const char *source, in DoParse() function in flatbuffers::Parser
2244 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str(), in DoParse()
2260 return DoParse(source, include_paths, source_filename, include_filename); in DoParse()
/external/flatbuffers/include/flatbuffers/
Didl.h668 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,