Home
last modified time | relevance | path

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

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