Searched defs:dynamicList (Results 1 – 1 of 1) sorted by relevance
402 type dynamicList struct { struct403 desc protoreflect.FieldDescriptor404 list []protoreflect.Value407 func (x *dynamicList) Len() int {411 func (x *dynamicList) Get(n int) protoreflect.Value {415 func (x *dynamicList) Set(n int, v protoreflect.Value) {420 func (x *dynamicList) Append(v protoreflect.Value) {425 func (x *dynamicList) AppendMutable() protoreflect.Value {434 func (x *dynamicList) Truncate(n int) {442 func (x *dynamicList) NewElement() protoreflect.Value {[all …]