Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflatc.cpp307 opts.proto_mode = true; in Compile()
389 if (opts.proto_mode) { in Compile()
545 if (opts.proto_mode) GenerateFBS(*parser.get(), output_path, filebase); in Compile()
Didl_gen_fbs.cpp67 if (parser.opts.proto_mode && !parser.opts.proto_namespace_suffix.empty()) { in GenerateFBS()
Didl_parser.cpp2292 if (!is_union && !opts.proto_mode) { in ParseEnum()
2320 if ((is_union || Is('}')) && !opts.proto_mode) { in ParseEnum()
2326 if (opts.proto_mode && attribute_ == "option") { in ParseEnum()
2365 if (opts.proto_mode && Is('[')) { in ParseEnum()
2372 if (!Is(opts.proto_mode ? ';' : ',')) break; in ParseEnum()
3173 if (opts.proto_mode) { in ParseRoot()
3294 if (opts.proto_mode && (attribute_ == "option" || attribute_ == "syntax" || in DoParse()
3302 } else if (IsIdent("include") || (opts.proto_mode && IsIdent("import"))) { in DoParse()
3304 if (opts.proto_mode && attribute_ == "public") NEXT(); in DoParse()
3360 if (opts.proto_mode) { in DoParse()
/third_party/flatbuffers/include/flatbuffers/
Didl.h557 bool proto_mode; member
651 proto_mode(false), in IDLOptions()
/third_party/flatbuffers/tests/
Dtest.cpp1175 opts.proto_mode = true; in ParseProtoTest()
1226 opts.proto_mode = true; in ParseProtoTestWithSuffix()
1283 opts.proto_mode = true; in ParseProtoTestWithIncludes()