Searched refs:DoParse (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textparser.h | 36 void DoParse(const CFX_XMLNode* pXMLContainer,
|
D | cxfa_textparser.cpp | 222 void CXFA_TextParser::DoParse(const CFX_XMLNode* pXMLContainer, in DoParse() function in CXFA_TextParser
|
D | cxfa_textlayout.cpp | 651 m_textParser.DoParse(pXMLContainer, m_pTextProvider); in Loader()
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2834 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot() 2913 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse() function in flatbuffers::Parser 2968 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str(), in DoParse() 2985 return DoParse(source, include_paths, source_filename, in DoParse()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 921 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,
|