Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp366 auto is_binary_schema = ext == reflection::SchemaExtension(); in Compile() local
393 if (!is_binary_schema && contents.length() != strlen(contents.c_str())) { in Compile()
402 if (is_binary_schema) { in Compile()
414 if ((is_schema || is_binary_schema) && !conform_to_schema.empty()) { in Compile()
433 (is_schema || is_binary_schema)) && in Compile()