google.golang.org/protobuf/internal/filetype.Builder.GoTypes (field)

15 uses

	google.golang.org/protobuf/internal/filetype (current package)
		build.go#L71: 	GoTypes []interface{}
		build.go#L128: 		goTypes:      tb.GoTypes,
		build.go#L142: 	enumGoTypes := tb.GoTypes[:len(fbOut.Enums)]
		build.go#L160: 	messageGoTypes := tb.GoTypes[len(fbOut.Enums):][:len(fbOut.Messages)]
		build.go#L220: 			goType = reflect.TypeOf(tb.GoTypes[j])
		build.go#L224: 			goType = reflect.TypeOf(tb.GoTypes[j])

	google.golang.org/protobuf/types/descriptorpb
		descriptor.pb.go#L3948: 		GoTypes:           file_google_protobuf_descriptor_proto_goTypes,

	google.golang.org/protobuf/types/known/anypb
		any.pb.go#L490: 		GoTypes:           file_google_protobuf_any_proto_goTypes,

	google.golang.org/protobuf/types/known/durationpb
		duration.pb.go#L371: 		GoTypes:           file_google_protobuf_duration_proto_goTypes,

	google.golang.org/protobuf/types/known/timestamppb
		timestamp.pb.go#L382: 		GoTypes:           file_google_protobuf_timestamp_proto_goTypes,

	google.golang.org/genproto/googleapis/rpc/status
		status.pb.go#L195: 		GoTypes:           file_google_rpc_status_proto_goTypes,

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L1174: 		GoTypes:           file_grpc_binlog_v1_binarylog_proto_goTypes,

	github.com/golang/protobuf/ptypes/any
		any.pb.go#L55: 		GoTypes:           file_github_com_golang_protobuf_ptypes_any_any_proto_goTypes,

	github.com/golang/protobuf/ptypes/duration
		duration.pb.go#L56: 		GoTypes:           file_github_com_golang_protobuf_ptypes_duration_duration_proto_goTypes,

	github.com/golang/protobuf/ptypes/timestamp
		timestamp.pb.go#L57: 		GoTypes:           file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_goTypes,