Searched refs:proto_h (Results 1 – 9 of 9) sorted by relevance
48 proto_h(false), in Options()54 bool proto_h; member
74 if (!options_.proto_h) { in FillForwardDeclaration()84 vars["enumbase"] = classname_ + (options_.proto_h ? " : int" : ""); in GenerateDefinition()186 vars["constexpr"] = options_.proto_h ? "constexpr " : ""; in GenerateSymbolImports()251 vars["constexpr"] = options_.proto_h ? "constexpr " : ""; in GenerateMethods()
87 string* proto_h, GeneratedCodeInfo* proto_h_info, in CaptureMetadata() argument127 if (proto_h != NULL && proto_h_info != NULL) { in CaptureMetadata()128 GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h", proto_h, in CaptureMetadata()
99 if (!options_.proto_h) { in GenerateProtoHeader()176 FilenameIdentifier(file_->name() + (options_.proto_h ? ".pb.h" : "")); in GeneratePBHeader()179 if (options_.proto_h) { in GeneratePBHeader()196 if (!options_.proto_h) { in GeneratePBHeader()231 if (!options_.proto_h) { in GeneratePBHeader()247 StripProto(file_->name()) + (options_.proto_h ? ".proto.h" : ".pb.h"); in GenerateSource()283 if (options_.proto_h) { in GenerateSource()
67 if (options.proto_h && IsFieldDependent(descriptor)) { in SetMessageVariables()85 dependent_field_(options.proto_h && IsFieldDependent(descriptor)) { in MessageFieldGenerator()541 dependent_base_(options.proto_h) { in MessageOneofFieldGenerator()822 dependent_field_(options.proto_h && IsFieldDependent(descriptor)), in RepeatedMessageFieldGenerator()
115 if (file_options.proto_h) { in Generate()
106 dependent_field_(options.proto_h && IsFieldDependent(descriptor)) { in MapFieldGenerator()
419 dependent_field_(options.proto_h) { in StringOneofFieldGenerator()
412 if (options.proto_h && IsFieldDependent(descriptor->field(i))) { in MessageGenerator()416 if (options.proto_h && descriptor->oneof_decl_count() > 0) { in MessageGenerator()