Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp397 flatbuffers::Parser conform_parser; in Compile() local
405 LoadBinarySchema(conform_parser, conform_to_schema, contents); in Compile()
407 ParseFile(conform_parser, conform_to_schema, contents, in Compile()
486 auto err = parser->ConformTo(conform_parser); in Compile()