Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dconvert_list.go102 type listReflect struct { struct
103 v reflect.Value // *[]T
104 conv Converter
107 func (ls *listReflect) Len() int {
113 func (ls *listReflect) Get(i int) protoreflect.Value {
116 func (ls *listReflect) Set(i int, v protoreflect.Value) {
119 func (ls *listReflect) Append(v protoreflect.Value) {
122 func (ls *listReflect) AppendMutable() protoreflect.Value {
130 func (ls *listReflect) Truncate(i int) {
133 func (ls *listReflect) NewElement() protoreflect.Value {
[all …]