Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_parser.cpp3167 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/
Didl.h969 FLATBUFFERS_CHECKED_ERROR DoParse(const char *_source,