Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp365 auto is_schema = ext == "fbs" || ext == "proto"; in Compile() local
396 if (is_schema) { in Compile()
406 if (!is_schema && !parser->builder_.GetSize()) { in Compile()
414 if ((is_schema || is_binary_schema) && !conform_to_schema.empty()) { in Compile()
433 (is_schema || is_binary_schema)) && in Compile()