type Enums … func (p *Enums) Len() int { … } func (p *Enums) Get(i int) protoreflect.EnumDescriptor { … } func (p *Enums) ByName(s protoreflect.Name) protoreflect.EnumDescriptor { … } func (p *Enums) Format(s fmt.State, r rune) { … } func (p *Enums) ProtoInternal(pragma.DoNotImplement) { … } func (p *Enums) lazyInit() *Enums { … } type EnumValues … func (p *EnumValues) Len() int { … } func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor { … } func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValueDescriptor { … } func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.EnumValueDescriptor { … } func (p *EnumValues) Format(s fmt.State, r rune) { … } func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) { … } func (p *EnumValues) lazyInit() *EnumValues { … } type Messages … func (p *Messages) Len() int { … } func (p *Messages) Get(i int) protoreflect.MessageDescriptor { … } func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDescriptor { … } func (p *Messages) Format(s fmt.State, r rune) { … } func (p *Messages) ProtoInternal(pragma.DoNotImplement) { … } func (p *Messages) lazyInit() *Messages { … } type Fields … func (p *Fields) Len() int { … } func (p *Fields) Get(i int) protoreflect.FieldDescriptor { … } func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescriptor { … } func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor { … } func (p *Fields) ByTextName(s string) protoreflect.FieldDescriptor { … } func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.FieldDescriptor { … } func (p *Fields) Format(s fmt.State, r rune) { … } func (p *Fields) ProtoInternal(pragma.DoNotImplement) { … } func (p *Fields) lazyInit() *Fields { … } type Oneofs … func (p *Oneofs) Len() int { … } func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { … } func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescriptor { … } func (p *Oneofs) Format(s fmt.State, r rune) { … } func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) { … } func (p *Oneofs) lazyInit() *Oneofs { … } type Extensions … func (p *Extensions) Len() int { … } func (p *Extensions) Get(i int) protoreflect.ExtensionDescriptor { … } func (p *Extensions) ByName(s protoreflect.Name) protoreflect.ExtensionDescriptor { … } func (p *Extensions) Format(s fmt.State, r rune) { … } func (p *Extensions) ProtoInternal(pragma.DoNotImplement) { … } func (p *Extensions) lazyInit() *Extensions { … } type Services … func (p *Services) Len() int { … } func (p *Services) Get(i int) protoreflect.ServiceDescriptor { … } func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDescriptor { … } func (p *Services) Format(s fmt.State, r rune) { … } func (p *Services) ProtoInternal(pragma.DoNotImplement) { … } func (p *Services) lazyInit() *Services { … } type Methods … func (p *Methods) Len() int { … } func (p *Methods) Get(i int) protoreflect.MethodDescriptor { … } func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescriptor { … } func (p *Methods) Format(s fmt.State, r rune) { … } func (p *Methods) ProtoInternal(pragma.DoNotImplement) { … } func (p *Methods) lazyInit() *Methods { … }