Searched refs:proto_mode (Results 1 – 5 of 5) sorted by relevance
312 opts.proto_mode = true; in Compile()390 if (opts.proto_mode) { in Compile()546 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()
2048 if (!is_union && !opts.proto_mode) { in ParseEnum()2074 const auto strict_ascending = (false == opts.proto_mode); in ParseEnum()2078 if ((is_union || Is('}')) && !opts.proto_mode) { in ParseEnum()2084 if (opts.proto_mode && attribute_ == "option") { in ParseEnum()2126 if (opts.proto_mode && Is('[')) { in ParseEnum()2133 if (!Is(opts.proto_mode ? ';' : ',')) break; in ParseEnum()2840 if (opts.proto_mode) { in ParseRoot()2939 if (opts.proto_mode && (attribute_ == "option" || attribute_ == "syntax" || in DoParse()2947 } else if (IsIdent("include") || (opts.proto_mode && IsIdent("import"))) { in DoParse()2949 if (opts.proto_mode && attribute_ == "public") NEXT(); in DoParse()[all …]
525 bool proto_mode; member619 proto_mode(false), in IDLOptions()
1114 opts.proto_mode = true; in ParseProtoTest()1165 opts.proto_mode = true; in ParseProtoTestWithSuffix()1222 opts.proto_mode = true; in ParseProtoTestWithIncludes()