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

153 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		methods.go#L30: 		Message Message
		methods.go#L39: 		Message Message
		methods.go#L49: 		Message  Message
		methods.go#L64: 		Source      Message
		methods.go#L65: 		Destination Message
		methods.go#L73: 		Message Message
		proto.go#L146: type ProtoMessage interface{ ProtoReflect() Message }
		type.go#L240: 	New() Message
		type.go#L244: 	Zero() Message
		value.go#L40: type Message interface {
		value.go#L51: 	New() Message
		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#L116: func (d decoder) unmarshalMessage(m protoreflect.Message, skipTypeURL bool) error {
		decode.go#L255: func (d decoder) unmarshalSingular(m protoreflect.Message, fd protoreflect.FieldDescriptor) error {
		encode.go#L175: type unpopulatedFieldRanger struct{ protoreflect.Message }
		encode.go#L201: 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#L357: func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m protoreflect.Message) error {
		well_known_types.go#L405: func (e encoder) marshalWrapperType(m protoreflect.Message) error {
		well_known_types.go#L411: func (d decoder) unmarshalWrapperType(m protoreflect.Message) error {
		well_known_types.go#L423: func (e encoder) marshalEmpty(protoreflect.Message) error {
		well_known_types.go#L429: func (d decoder) unmarshalEmpty(protoreflect.Message) error {
		well_known_types.go#L465: func (e encoder) marshalStruct(m protoreflect.Message) error {
		well_known_types.go#L470: func (d decoder) unmarshalStruct(m protoreflect.Message) error {
		well_known_types.go#L479: func (e encoder) marshalListValue(m protoreflect.Message) error {
		well_known_types.go#L484: func (d decoder) unmarshalListValue(m protoreflect.Message) error {
		well_known_types.go#L493: func (e encoder) marshalKnownValue(m protoreflect.Message) error {
		well_known_types.go#L507: func (d decoder) unmarshalKnownValue(m protoreflect.Message) error {
		well_known_types.go#L594: func (e encoder) marshalDuration(m protoreflect.Message) error {
		well_known_types.go#L626: func (d decoder) unmarshalDuration(m protoreflect.Message) error {
		well_known_types.go#L782: func (e encoder) marshalTimestamp(m protoreflect.Message) error {
		well_known_types.go#L808: func (d decoder) unmarshalTimestamp(m protoreflect.Message) error {
		well_known_types.go#L842: func (e encoder) marshalFieldMask(m protoreflect.Message) error {
		well_known_types.go#L864: 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#L265: func (d decoder) unmarshalSingular(fd protoreflect.FieldDescriptor, m protoreflect.Message) error {
		decode.go#L578: func (d decoder) unmarshalAny(m protoreflect.Message, checkDelims bool) error {
		encode.go#L152: func (e encoder) marshalMessage(m protoreflect.Message, inclDelims bool) error {
		encode.go#L336: 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#L196: func IsLazy(m protoreflect.Message, fd protoreflect.FieldDescriptor) bool {
		legacy_message.go#L24: func legacyWrapMessage(v reflect.Value) protoreflect.Message {
		legacy_message.go#L464: func (mt aberrantMessageType) New() protoreflect.Message {
		legacy_message.go#L470: func (mt aberrantMessageType) Zero() protoreflect.Message {
		legacy_message.go#L500: func (m aberrantMessage) ProtoReflect() protoreflect.Message {
		legacy_message.go#L510: func (m aberrantMessage) New() protoreflect.Message {
		message.go#L99: func (mi *MessageInfo) getPointer(m protoreflect.Message) (p pointer, ok bool) {
		message.go#L220: func (mi *MessageInfo) New() protoreflect.Message {
		message.go#L227: func (mi *MessageInfo) Zero() protoreflect.Message {
		message.go#L257: func (mt mapEntryType) New() protoreflect.Message {
		message.go#L260: func (mt mapEntryType) Zero() protoreflect.Message {
		message_reflect.go#L369: 	_ protoreflect.Message = (*messageState)(nil)
		message_reflect.go#L388: 	_ protoreflect.Message      = (*messageReflectWrapper)(nil)
		message_reflect.go#L397: func (mi *MessageInfo) MessageOf(m interface{}) protoreflect.Message {
		message_reflect.go#L422: func (m *messageIfaceWrapper) ProtoReflect() protoreflect.Message {
		message_reflect_field.go#L27: 	newMessage func() protoreflect.Message
		message_reflect_field.go#L52: 		newMessage: func() protoreflect.Message {
		message_reflect_field.go#L138: 		newMessage: func() protoreflect.Message {
		message_reflect_field.go#L403: 		newMessage: func() protoreflect.Message {
		message_reflect_field.go#L457: 		newMessage: func() protoreflect.Message {
		message_reflect_gen.go#L20: func (m *messageState) New() protoreflect.Message {
		message_reflect_gen.go#L137: 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#L83: func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) (out protoiface.UnmarshalOutput, err error) {
		decode.go#L122: func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Message) error {
		decode.go#L127: func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflect.Message) error {
		decode.go#L191: func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.Type, m protoreflect.Message, fd protoreflect.FieldDescriptor) (n int, err error) {
		encode.go#L140: func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out protoiface.MarshalOutput, err error) {
		encode.go#L179: func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Message) ([]byte, error) {
		encode.go#L210: func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Message) ([]byte, error) {
		equal.go#L49: func equalMessage(mx, my protoreflect.Message) bool {
		merge.go#L66: 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#L59: func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.Message) error {
		messageset.go#L76: 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#L32: func (o MarshalOptions) size(m protoreflect.Message) (size int) {
		size.go#L51: func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size int) {

	google.golang.org/protobuf/runtime/protoiface
		methods.go#L59: 	Message protoreflect.Message
		methods.go#L74: 	Message protoreflect.Message
		methods.go#L99: 	Message  protoreflect.Message
		methods.go#L138: 	Source      protoreflect.Message
		methods.go#L139: 	Destination protoreflect.Message
		methods.go#L162: 	Message protoreflect.Message

	google.golang.org/protobuf/types/descriptorpb
		descriptor.pb.go#L496: func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L566: func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L702: func (x *DescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L814: func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L913: func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1032: func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1096: func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1174: func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1238: func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1315: func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1496: func (x *FileOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1743: func (x *MessageOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1888: func (x *FieldOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L1979: func (x *OneofOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2041: func (x *EnumOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2114: func (x *EnumValueOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2180: func (x *ServiceOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2248: func (x *MethodOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2323: func (x *UninterpretedOption) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2457: func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2509: func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2558: func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2623: func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2684: func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2744: func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2877: func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2963: func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Message {

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

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

	google.golang.org/protobuf/types/known/timestamppb
		timestamp.pb.go#L277: 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#L290: func (x *GrpcLogEntry) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L456: func (x *ClientHeader) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L525: func (x *ServerHeader) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L581: func (x *Trailer) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L654: func (x *Message) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L729: func (x *Metadata) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L778: func (x *MetadataEntry) ProtoReflect() protoreflect.Message {
		binarylog.pb.go#L836: func (x *Address) ProtoReflect() protoreflect.Message {

	github.com/golang/protobuf/jsonpb
		decode.go#L134: func (u *Unmarshaler) unmarshalMessage(m protoreflect.Message, in []byte) error {
		decode.go#L163: 		var m2 protoreflect.Message
		encode.go#L130: func (w *jsonWriter) marshalMessage(m protoreflect.Message, indent, typeURL string) error {
		encode.go#L313: func (w *jsonWriter) marshalAny(m protoreflect.Message, indent string) error {
		encode.go#L322: 	var m2 protoreflect.Message

	github.com/golang/protobuf/proto
		defaults.go#L20: func setDefaults(m protoreflect.Message) {
		discard.go#L25: func discardUnknown(m protoreflect.Message) {
		extensions.go#L336: func clearUnknown(m protoreflect.Message, remover interface {
		proto.go#L66: func MessageReflect(m Message) protoreflect.Message {
		registry.go#L247: 		return reflect.TypeOf((*protoreflect.Message)(nil)).Elem()
		text_decode.go#L91: func (p *textParser) unmarshalMessage(m protoreflect.Message, terminator string) (err error) {
		text_decode.go#L171: func (p *textParser) unmarshalExtensionOrAny(m protoreflect.Message, seen map[protoreflect.FieldNumber]bool) error {
		text_encode.go#L221: func (w *textWriter) writeProto3Any(m protoreflect.Message) (bool, error) {
		text_encode.go#L261: func (w *textWriter) writeMessage(m protoreflect.Message) error {
		text_encode.go#L496: func (w *textWriter) writeExtensions(m protoreflect.Message) error {

	github.com/golang/protobuf/ptypes
		any.go#L153: func (m DynamicAny) ProtoReflect() protoreflect.Message {
		any.go#L160: type dynamicAny struct{ protoreflect.Message }
		any.go#L165: func (m dynamicAny) New() protoreflect.Message {
		any.go#L174: func (t dynamicAnyType) New() protoreflect.Message {
		any.go#L177: func (t dynamicAnyType) Zero() protoreflect.Message {