Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h36 void DoParse(const CFX_XMLNode* pXMLContainer,
Dcxfa_textparser.cpp222 void CXFA_TextParser::DoParse(const CFX_XMLNode* pXMLContainer, in DoParse() function in CXFA_TextParser
Dcxfa_textlayout.cpp651 m_textParser.DoParse(pXMLContainer, m_pTextProvider); in Loader()
/external/flatbuffers/src/
Didl_parser.cpp2834 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/
Didl.h921 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,