Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp399 const std::string &schema_filename = options.annotate_schema; in AnnotateBinaries()
697 options.annotate_schema = flatbuffers::PosixPath(argv[argi]); in ParseFromCommandLineArguments()
770 options.annotate_schema.empty()) { in ValidateOptions()
991 if (!options.annotate_schema.empty()) { in Compile()
992 const std::string ext = flatbuffers::GetExtension(options.annotate_schema); in Compile()
995 options.annotate_schema); in Compile()
1001 if (!flatbuffers::LoadFile(options.annotate_schema.c_str(), in Compile()
1003 Error("unable to load schema: " + options.annotate_schema); in Compile()
1020 ParseFile(parser, options.annotate_schema, schema_contents, in Compile()
1030 options.annotate_schema); in Compile()
/external/flatbuffers/include/flatbuffers/
Dflatc.h51 std::string annotate_schema; member