Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp424 auto is_schema = ext == "fbs" || ext == "proto"; in Compile() local
457 if (is_schema) { in Compile()
477 if (!is_schema && !parser->builder_.GetSize()) { in Compile()
485 if ((is_schema || is_binary_schema) && !conform_to_schema.empty()) { in Compile()
506 (is_schema || is_binary_schema)) && in Compile()