Searched refs:annotate_schema (Results 1 – 2 of 2) sorted by relevance
399 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()
51 std::string annotate_schema; member