Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflatc.cpp396 flatbuffers::Parser conform_parser; in Compile() local
404 LoadBinarySchema(conform_parser, conform_to_schema, contents); in Compile()
406 ParseFile(conform_parser, conform_to_schema, contents, in Compile()
485 auto err = parser->ConformTo(conform_parser); in Compile()