Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/src/
H A Dflatc.cpp398 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()
[all …]