Searched defs:reflectList (Results 1 – 1 of 1) sorted by relevance
177 type reflectList struct{ v reflect.Value } argument179 func (ls reflectList) Len() int {185 func (ls reflectList) Get(i int) protoreflect.Value {188 func (ls reflectList) Set(int, protoreflect.Value) {191 func (ls reflectList) Append(protoreflect.Value) {194 func (ls reflectList) AppendMutable() protoreflect.Value {197 func (ls reflectList) Truncate(int) {200 func (ls reflectList) NewElement() protoreflect.Value {203 func (ls reflectList) IsValid() bool {