type google.golang.org/protobuf/reflect/protoreflect.Message

117 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		methods.go#L31: 		Message Message
		methods.go#L40: 		Message Message
		methods.go#L50: 		Message  Message
		methods.go#L65: 		Source      Message
		methods.go#L66: 		Destination Message
		methods.go#L74: 		Message Message
		methods.go#L81: 		MessageA Message
		methods.go#L82: 		MessageB Message
		proto.go#L148: type ProtoMessage interface{ ProtoReflect() Message }
		type.go#L236: 	New() Message
		type.go#L240: 	Zero() Message
		value.go#L40: type Message interface {
		value.go#L51: 	New() Message
		value_equal.go#L66: 		case Message:
		value_equal.go#L67: 			y, ok := y.Interface().(Message)
		value_equal.go#L90: func equalMessage(mx, my Message) bool {
		value_union.go#L112: 	case Message, List, Map:
		value_union.go#L176: func ValueOfMessage(v Message) Value {
		value_union.go#L253: 		case Message:
		value_union.go#L341: func (v Value) Message() Message {
		value_union.go#L343: 	case Message:

	google.golang.org/protobuf/encoding/protojson
		decode.go#L124: func (d decoder) unmarshalMessage(m protoreflect.Message, skipTypeURL bool) error {
		decode.go#L262: func (d decoder) unmarshalSingular(m protoreflect.Message, fd protoreflect.FieldDescriptor) error {
		encode.go#L205: 	protoreflect.Message
		encode.go#L235: func (e encoder) marshalMessage(m protoreflect.Message, typeURL string) error {
		well_known_types.go#L23: type marshalFunc func(encoder, protoreflect.Message) error
		well_known_types.go#L61: type unmarshalFunc func(decoder, protoreflect.Message) error
		well_known_types.go#L105: func (e encoder) marshalAny(m protoreflect.Message) error {
		well_known_types.go#L166: func (d decoder) unmarshalAny(m protoreflect.Message) error {
		well_known_types.go#L338: func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m protoreflect.Message) error {
		well_known_types.go#L390: func (e encoder) marshalWrapperType(m protoreflect.Message) error {
		well_known_types.go#L396: func (d decoder) unmarshalWrapperType(m protoreflect.Message) error {
		well_known_types.go#L408: func (e encoder) marshalEmpty(protoreflect.Message) error {
		well_known_types.go#L414: func (d decoder) unmarshalEmpty(protoreflect.Message) error {
		well_known_types.go#L450: func (e encoder) marshalStruct(m protoreflect.Message) error {
		well_known_types.go#L455: func (d decoder) unmarshalStruct(m protoreflect.Message) error {
		well_known_types.go#L464: func (e encoder) marshalListValue(m protoreflect.Message) error {
		well_known_types.go#L469: func (d decoder) unmarshalListValue(m protoreflect.Message) error {
		well_known_types.go#L478: func (e encoder) marshalKnownValue(m protoreflect.Message) error {
		well_known_types.go#L492: func (d decoder) unmarshalKnownValue(m protoreflect.Message) error {
		well_known_types.go#L579: func (e encoder) marshalDuration(m protoreflect.Message) error {
		well_known_types.go#L611: func (d decoder) unmarshalDuration(m protoreflect.Message) error {
		well_known_types.go#L767: func (e encoder) marshalTimestamp(m protoreflect.Message) error {
		well_known_types.go#L793: func (d decoder) unmarshalTimestamp(m protoreflect.Message) error {
		well_known_types.go#L833: func (e encoder) marshalFieldMask(m protoreflect.Message) error {
		well_known_types.go#L855: func (d decoder) unmarshalFieldMask(m protoreflect.Message) error {

	google.golang.org/protobuf/encoding/prototext
		decode.go#L106: func (d decoder) unmarshalMessage(m protoreflect.Message, checkDelims bool) error {
		decode.go#L260: func (d decoder) unmarshalSingular(fd protoreflect.FieldDescriptor, m protoreflect.Message) error {
		decode.go#L573: func (d decoder) unmarshalAny(m protoreflect.Message, checkDelims bool) error {
		encode.go#L162: func (e encoder) marshalMessage(m protoreflect.Message, inclDelims bool) error {
		encode.go#L346: func (e encoder) marshalAny(any protoreflect.Message) bool {

	google.golang.org/protobuf/internal/impl
		api_export.go#L139: func (Export) MessageOf(m message) protoreflect.Message {
		codec_extension.go#L201: func IsLazy(m protoreflect.Message, fd protoreflect.FieldDescriptor) bool {
		equal.go#L22: func equalMessage(mx, my protoreflect.Message) bool {
		legacy_message.go#L24: func legacyWrapMessage(v reflect.Value) protoreflect.Message {
		legacy_message.go#L470: func (mt aberrantMessageType) New() protoreflect.Message {
		legacy_message.go#L476: func (mt aberrantMessageType) Zero() protoreflect.Message {
		legacy_message.go#L506: func (m aberrantMessage) ProtoReflect() protoreflect.Message {
		legacy_message.go#L516: func (m aberrantMessage) New() protoreflect.Message {
		message.go#L101: func (mi *MessageInfo) getPointer(m protoreflect.Message) (p pointer, ok bool) {
		message.go#L227: func (mi *MessageInfo) New() protoreflect.Message {
		message.go#L234: func (mi *MessageInfo) Zero() protoreflect.Message {
		message.go#L261: func (mt mapEntryType) New() protoreflect.Message {
		message.go#L264: func (mt mapEntryType) Zero() protoreflect.Message {
		message_opaque.go#L534: 		newMessage: func() protoreflect.Message {
		message_reflect.go#L368: 	_ protoreflect.Message = (*messageState)(nil)
		message_reflect.go#L387: 	_ protoreflect.Message      = (*messageReflectWrapper)(nil)
		message_reflect.go#L396: func (mi *MessageInfo) MessageOf(m any) protoreflect.Message {
		message_reflect.go#L421: func (m *messageIfaceWrapper) ProtoReflect() protoreflect.Message {
		message_reflect_field.go#L24: 	newMessage func() protoreflect.Message
		message_reflect_field.go#L49: 		newMessage: func() protoreflect.Message {
		message_reflect_field.go#L135: 		newMessage: func() protoreflect.Message {
		message_reflect_field.go#L375: 		newMessage: func() protoreflect.Message {
		message_reflect_gen.go#L20: func (m *messageState) New() protoreflect.Message {
		message_reflect_gen.go#L148: func (m *messageReflectWrapper) New() protoreflect.Message {

	google.golang.org/protobuf/proto
		checkinit.go#L25: func checkInitialized(m protoreflect.Message) error {
		checkinit.go#L35: func checkInitializedSlow(m protoreflect.Message) error {
		decode.go#L90: func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
		decode.go#L139: func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Message) error {
		decode.go#L144: func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflect.Message) error {
		decode.go#L204: func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.Type, m protoreflect.Message, fd protoreflect.FieldDescriptor) (n int, err error) {
		encode.go#L174: func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, err error) {
		encode.go#L212: func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Message) ([]byte, error) {
		encode.go#L243: func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Message) ([]byte, error) {
		merge.go#L72: func (o mergeOptions) mergeMessage(dst, src protoreflect.Message) {
		messageset.go#L17: func (o MarshalOptions) sizeMessageSet(m protoreflect.Message) (size int) {
		messageset.go#L28: func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Message) ([]byte, error) {
		messageset.go#L64: func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.Message) error {
		messageset.go#L81: func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Message, num protowire.Number, v []byte) error {
		proto_methods.go#L18: func protoMethods(m protoreflect.Message) *protoiface.Methods {
		reset.go#L24: func resetMessage(m protoreflect.Message) {
		size.go#L40: func (o MarshalOptions) size(m protoreflect.Message) (size int) {
		size.go#L61: func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size int) {

	google.golang.org/protobuf/runtime/protoiface
		methods.go#L62: 	Message protoreflect.Message
		methods.go#L77: 	Message protoreflect.Message
		methods.go#L102: 	Message  protoreflect.Message
		methods.go#L157: 	Source      protoreflect.Message
		methods.go#L158: 	Destination protoreflect.Message
		methods.go#L181: 	Message protoreflect.Message
		methods.go#L193: 	MessageA protoreflect.Message
		methods.go#L194: 	MessageB protoreflect.Message

	google.golang.org/protobuf/types/known/anypb
		any.pb.go#L382: func (x *Any) ProtoReflect() protoreflect.Message {

	google.golang.org/protobuf/types/known/durationpb
		duration.pb.go#L259: func (x *Duration) ProtoReflect() protoreflect.Message {

	google.golang.org/protobuf/types/known/timestamppb
		timestamp.pb.go#L268: func (x *Timestamp) ProtoReflect() protoreflect.Message {

	google.golang.org/genproto/googleapis/rpc/status
		status.pb.go#L79: func (x *Status) ProtoReflect() protoreflect.Message {

	google.golang.org/grpc/binarylog/grpc_binarylog_v1
		binarylog.pb.go#L288: func (x *GrpcLogEntry) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L459: func (x *ClientHeader) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L525: func (x *ServerHeader) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L578: func (x *Trailer) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L648: func (x *Message) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L720: func (x *Metadata) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L766: func (x *MetadataEntry) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L821: func (x *Address) ProtoReflect() protoreflect.Message {

	google.golang.org/grpc/health/grpc_health_v1
		health.pb.go#L113: func (x *HealthCheckRequest) ProtoReflect() protoreflect.Message {
		health.pb.go#L157: func (x *HealthCheckResponse) ProtoReflect() protoreflect.Message {
		health.pb.go#L200: func (x *HealthListRequest) ProtoReflect() protoreflect.Message {
		health.pb.go#L238: func (x *HealthListResponse) ProtoReflect() protoreflect.Message {