Home
last modified time | relevance | path

Searched defs:dynamicList (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/types/dynamicpb/
Ddynamic.go402 type dynamicList struct { struct
403 desc protoreflect.FieldDescriptor
404 list []protoreflect.Value
407 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 …]