google.golang.org/protobuf/internal/filedesc.Builder.GoPackagePath (field)

11 uses

	google.golang.org/protobuf/internal/filedesc (current package)
		build.go#L21: 	GoPackagePath string
		desc.go#L109: 	return fd.builder.GoPackagePath

	google.golang.org/protobuf/types/descriptorpb
		descriptor.pb.go#L3941: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	google.golang.org/protobuf/types/known/anypb
		any.pb.go#L483: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	google.golang.org/protobuf/types/known/durationpb
		duration.pb.go#L364: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	google.golang.org/protobuf/types/known/timestamppb
		timestamp.pb.go#L375: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	google.golang.org/genproto/googleapis/rpc/status
		status.pb.go#L188: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L1167: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	github.com/golang/protobuf/ptypes/any
		any.pb.go#L48: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	github.com/golang/protobuf/ptypes/duration
		duration.pb.go#L49: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),

	github.com/golang/protobuf/ptypes/timestamp
		timestamp.pb.go#L50: 			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),