Lines Matching refs:annotate_schema
398 std::string annotate_schema; in Compile() local
606 annotate_schema = flatbuffers::PosixPath(argv[argi]); in Compile()
636 annotate_schema.empty()) { in Compile()
661 if (!annotate_schema.empty()) { in Compile()
662 const std::string ext = flatbuffers::GetExtension(annotate_schema); in Compile()
664 Error("Expected a `.bfbs` or `.fbs` schema, got: " + annotate_schema); in Compile()
670 if (!flatbuffers::LoadFile(annotate_schema.c_str(), in Compile()
672 Error("unable to load schema: " + annotate_schema); in Compile()
689 ParseFile(parser, annotate_schema, schema_contents, include_directories); in Compile()
697 Error("could not parse a value binary schema from: " + annotate_schema); in Compile()
701 AnnotateBinaries(binary_schema, binary_schema_size, annotate_schema, in Compile()