Searched refs:DoParse (Results 1 – 2 of 2) sorted by relevance
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 3167 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot() 3261 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse() function in flatbuffers::Parser 3333 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str(), in DoParse() 3350 return DoParse(source, include_paths, source_filename, in DoParse()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 969 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,
|