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()
56 bool proto_h = false; member
249 if (!options_.proto_h) { in GenerateProtoHeader()289 if (options_.proto_h) { in GeneratePBHeader()311 if (!options_.proto_h) { in GeneratePBHeader()388 target_basename += options_.proto_h ? ".proto.h" : ".pb.h"; in GenerateSourceIncludes()416 if (options_.proto_h) { in GenerateSourceIncludes()1186 if (options_.proto_h) { // proto.h needs extra forward declarations. in GenerateForwardDeclarations()
138 if (file_options.proto_h) { in Generate()
489 file->name() + (pb_h && options.proto_h ? ".pb.h" : "")); in IncludeGuard()