Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert_list.go122 func (ls *listReflect) AppendMutable() protoreflect.Value { func
/external/golang-protobuf/reflect/protoreflect/
Dvalue.go206 AppendMutable() Value methodSpec
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go395 func (x emptyList) AppendMutable() protoreflect.Value { func
425 func (x *dynamicList) AppendMutable() protoreflect.Value { func
/external/golang-protobuf/testing/protocmp/
Dreflect.go194 func (ls reflectList) AppendMutable() protoreflect.Value { func
/external/golang-protobuf/testing/prototest/
Dmessage.go536 func (l *testList) AppendMutable() protoreflect.Value { panic("unimplemented") } func