Home
last modified time | relevance | path

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

/external/golang-protobuf/testing/protocmp/
Dreflect.go177 type reflectList struct{ v reflect.Value } argument
179 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 {