Searched refs:proto_mode (Results 1 – 5 of 5) sorted by relevance
307 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()
67 if (parser.opts.proto_mode && !parser.opts.proto_namespace_suffix.empty()) { in GenerateFBS()
2292 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()
557 bool proto_mode; member651 proto_mode(false), in IDLOptions()
1175 opts.proto_mode = true; in ParseProtoTest()1226 opts.proto_mode = true; in ParseProtoTestWithSuffix()1283 opts.proto_mode = true; in ParseProtoTestWithIncludes()