Lines Matching refs:Extendable
253 type Extendable struct { struct
260 func (x *Extendable) Reset() { argument
261 *x = Extendable{}
269 func (x *Extendable) String() string { argument
273 func (*Extendable) ProtoMessage() {} argument
275 func (x *Extendable) ProtoReflect() protoreflect.Message { argument
288 func (*Extendable) Descriptor() ([]byte, []int) { argument
714 ExtensionType: (*Extendable)(nil),
721 ExtendedType: (*Extendable)(nil),
1205 (*Extendable)(nil), // 5: goproto.protoc.extension.ext.Extendable
1332 switch v := v.(*Extendable); i {