Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp338 flatbuffers::Parser conform_parser; in Compile() local
346 LoadBinarySchema(conform_parser, conform_to_schema, contents); in Compile()
348 ParseFile(conform_parser, conform_to_schema, contents, in Compile()
415 auto err = parser->ConformTo(conform_parser); in Compile()