type enum …
func (e enum) Descriptor() protoreflect.EnumDescriptor { … }
func (e enum) Type() protoreflect.EnumType { … }
func (e enum) Number() protoreflect.EnumNumber { … }
type enumType …
func NewEnumType(desc protoreflect.EnumDescriptor) protoreflect.EnumType { … }
func (et enumType) New(n protoreflect.EnumNumber) protoreflect.Enum { … }
func (et enumType) Descriptor() protoreflect.EnumDescriptor { … }
type extensionType …
type Message …
var _ …
var _ …
var _ …
func NewMessage(desc protoreflect.MessageDescriptor) *Message { … }
func (m *Message) ProtoMessage() { … }
func (m *Message) ProtoReflect() protoreflect.Message { … }
func (m *Message) String() string { … }
func (m *Message) Reset() { … }
func (m *Message) Descriptor() protoreflect.MessageDescriptor { … }
func (m *Message) Type() protoreflect.MessageType { … }
func (m *Message) New() protoreflect.Message { … }
func (m *Message) Interface() protoreflect.ProtoMessage { … }
func (m *Message) ProtoMethods() *protoiface.Methods { … }
func (m *Message) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { … }
func (m *Message) Has(fd protoreflect.FieldDescriptor) bool { … }
func (m *Message) Clear(fd protoreflect.FieldDescriptor) { … }
func (m *Message) Get(fd protoreflect.FieldDescriptor) protoreflect.Value { … }
func (m *Message) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { … }
func (m *Message) Set(fd protoreflect.FieldDescriptor, v protoreflect.Value) { … }
func (m *Message) clearOtherOneofFields(fd protoreflect.FieldDescriptor) { … }
func (m *Message) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { … }
func (m *Message) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { … }
func (m *Message) GetUnknown() protoreflect.RawFields { … }
func (m *Message) SetUnknown(r protoreflect.RawFields) { … }
func (m *Message) IsValid() bool { … }
func (m *Message) checkField(fd protoreflect.FieldDescriptor) { … }
type messageType …
func NewMessageType(desc protoreflect.MessageDescriptor) protoreflect.MessageType { … }
func (mt messageType) New() protoreflect.Message { … }
func (mt messageType) Zero() protoreflect.Message { … }
func (mt messageType) Descriptor() protoreflect.MessageDescriptor { … }
func (mt messageType) Enum(i int) protoreflect.EnumType { … }
func (mt messageType) Message(i int) protoreflect.MessageType { … }
type emptyList …
func (x emptyList) Len() int { … }
func (x emptyList) Get(n int) protoreflect.Value { … }
func (x emptyList) Set(n int, v protoreflect.Value) { … }
func (x emptyList) Append(v protoreflect.Value) { … }
func (x emptyList) AppendMutable() protoreflect.Value { … }
func (x emptyList) Truncate(n int) { … }
func (x emptyList) NewElement() protoreflect.Value { … }
func (x emptyList) IsValid() bool { … }
type dynamicList …
func (x *dynamicList) Len() int { … }
func (x *dynamicList) Get(n int) protoreflect.Value { … }
func (x *dynamicList) Set(n int, v protoreflect.Value) { … }
func (x *dynamicList) Append(v protoreflect.Value) { … }
func (x *dynamicList) AppendMutable() protoreflect.Value { … }
func (x *dynamicList) Truncate(n int) { … }
func (x *dynamicList) NewElement() protoreflect.Value { … }
func (x *dynamicList) IsValid() bool { … }
type dynamicMap …
func (x *dynamicMap) Get(k protoreflect.MapKey) protoreflect.Value { … }
func (x *dynamicMap) Set(k protoreflect.MapKey, v protoreflect.Value) { … }
func (x *dynamicMap) Has(k protoreflect.MapKey) bool { … }
func (x *dynamicMap) Clear(k protoreflect.MapKey) { … }
func (x *dynamicMap) Mutable(k protoreflect.MapKey) protoreflect.Value { … }
func (x *dynamicMap) Len() int { … }
func (x *dynamicMap) NewValue() protoreflect.Value { … }
func (x *dynamicMap) IsValid() bool { … }
func (x *dynamicMap) Range(f func(protoreflect.MapKey, protoreflect.Value) bool) { … }
func isSet(fd protoreflect.FieldDescriptor, v protoreflect.Value) bool { … }
func typecheck(fd protoreflect.FieldDescriptor, v protoreflect.Value) { … }
func typeIsValid(fd protoreflect.FieldDescriptor, v protoreflect.Value) error { … }
func typecheckSingular(fd protoreflect.FieldDescriptor, v protoreflect.Value) { … }
func singularTypeIsValid(fd protoreflect.FieldDescriptor, v protoreflect.Value) error { … }
func newListEntry(fd protoreflect.FieldDescriptor) protoreflect.Value { … }
func NewExtensionType(desc protoreflect.ExtensionDescriptor) protoreflect.ExtensionType { … }
func (xt extensionType) New() protoreflect.Value { … }
func (xt extensionType) Zero() protoreflect.Value { … }
func (xt extensionType) TypeDescriptor() protoreflect.ExtensionTypeDescriptor { … }
func (xt extensionType) ValueOf(iv any) protoreflect.Value { … }
func (xt extensionType) InterfaceOf(v protoreflect.Value) any { … }
func (xt extensionType) IsValidInterface(iv any) bool { … }
func (xt extensionType) IsValidValue(v protoreflect.Value) bool { … }
type extensionTypeDescriptor …
func (xt extensionTypeDescriptor) Type() protoreflect.ExtensionType { … }
func (xt extensionTypeDescriptor) Descriptor() protoreflect.ExtensionDescriptor { … }