Home
last modified time | relevance | path

Searched refs:AppendMutable (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/reflect/protoreflect/
Dvalue.go206 AppendMutable() Value methodSpec
/external/golang-protobuf/internal/impl/
Dconvert_list.go122 func (ls *listReflect) AppendMutable() protoreflect.Value { func
/external/golang-protobuf/testing/protocmp/
Dreflect.go194 func (ls reflectList) AppendMutable() protoreflect.Value { func
/external/golang-protobuf/internal/testprotos/nullable/
Dnullable_test.go157 populatedField = testPopulateMessage(t, ls.AppendMutable().Message(), depth-1)
/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/prototest/
Dmessage.go514 list.AppendMutable()
519 v := list.AppendMutable()
536 func (l *testList) AppendMutable() protoreflect.Value { panic("unimplemented") } func