Searched refs:DoParse (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document_parser.cpp | 34 int32_t CXFA_DocumentParser::DoParse() { in DoParse() function in CXFA_DocumentParser 35 int32_t nRetStatus = m_nodeParser.DoParse(); in DoParse()
|
D | cxfa_document_parser.h | 27 int32_t DoParse();
|
D | cxfa_dataimporter.cpp | 35 if (pDataDocumentParser->DoParse() < XFA_PARSESTATUS_Done) in ImportData()
|
D | cxfa_simple_parser.h | 31 int32_t DoParse();
|
D | cxfa_simple_parser.cpp | 382 int32_t CXFA_SimpleParser::DoParse() { in DoParse() function in CXFA_SimpleParser
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.h | 35 void DoParse(CFX_XMLNode* pXMLContainer, CXFA_TextProvider* pTextProvider);
|
D | cxfa_ffdoc.cpp | 235 int32_t iStatus = m_pDocumentParser->DoParse(); in DoLoad()
|
D | cxfa_textparser.cpp | 206 void CXFA_TextParser::DoParse(CFX_XMLNode* pXMLContainer, in DoParse() function in CXFA_TextParser
|
D | cxfa_textlayout.cpp | 639 m_textParser.DoParse(pXMLContainer, m_pTextProvider); in Loader()
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2389 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot() 2468 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse() function in flatbuffers::Parser 2523 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str(), in DoParse() 2542 return DoParse(source, include_paths, source_filename, in DoParse()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 769 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,
|