Searched defs:listReflect (Results 1 – 1 of 1) sorted by relevance
102 type listReflect struct { struct103 v reflect.Value // *[]T104 conv Converter107 func (ls *listReflect) Len() int {113 func (ls *listReflect) Get(i int) protoreflect.Value {116 func (ls *listReflect) Set(i int, v protoreflect.Value) {119 func (ls *listReflect) Append(v protoreflect.Value) {122 func (ls *listReflect) AppendMutable() protoreflect.Value {130 func (ls *listReflect) Truncate(i int) {133 func (ls *listReflect) NewElement() protoreflect.Value {[all …]