Searched refs:proto_h (Results 1 – 5 of 5) sorted by relevance
61 std::string* proto_h, GeneratedCodeInfo* proto_h_info, in CaptureMetadata() argument93 if (proto_h != NULL && proto_h_info != NULL) { in CaptureMetadata()94 GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h", proto_h, in CaptureMetadata()
55 bool proto_h = false; member
248 if (!options_.proto_h) { in GenerateProtoHeader()288 if (options_.proto_h) { in GeneratePBHeader()310 if (!options_.proto_h) { in GeneratePBHeader()387 target_basename += options_.proto_h ? ".proto.h" : ".pb.h"; in GenerateSourceIncludes()424 if (options_.proto_h) { in GenerateSourceIncludes()1141 if (options_.proto_h) { // proto.h needs extra forward declarations. in GenerateForwardDeclarations()
138 if (file_options.proto_h) { in Generate()
459 file->name() + (pb_h && options.proto_h ? ".pb.h" : "")); in IncludeGuard()