Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp288 auto is_schema = flatbuffers::GetExtension(*file_it) == "fbs"; in Compile() local
289 if (is_schema) { in Compile()
296 if (is_schema && !conform_to_schema.empty()) { in Compile()