Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_options.h48 proto_h(false), in Options()
54 bool proto_h; member
Dcpp_enum.cc74 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()
Dmetadata_test.cc87 string* proto_h, GeneratedCodeInfo* proto_h_info, in CaptureMetadata() argument
127 if (proto_h != NULL && proto_h_info != NULL) { in CaptureMetadata()
128 GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h", proto_h, in CaptureMetadata()
Dcpp_file.cc99 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()
Dcpp_message_field.cc67 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()
Dcpp_generator.cc115 if (file_options.proto_h) { in Generate()
Dcpp_map_field.cc106 dependent_field_(options.proto_h && IsFieldDependent(descriptor)) { in MapFieldGenerator()
Dcpp_string_field.cc419 dependent_field_(options.proto_h) { in StringOneofFieldGenerator()
Dcpp_message.cc412 if (options.proto_h && IsFieldDependent(descriptor->field(i))) { in MessageGenerator()
416 if (options.proto_h && descriptor->oneof_decl_count() > 0) { in MessageGenerator()