google.golang.org/protobuf/internal/impl.listReflect.v (field)
15 uses
google.golang.org/protobuf/internal/impl (current package)
convert_list.go#L39: rv := v.List().(*listReflect).v
convert_list.go#L51: return list.v.Type().Elem() == c.goType
convert_list.go#L79: return v.List().(*listReflect).v
convert_list.go#L87: return list.v.Type() == c.goType
convert_list.go#L103: v reflect.Value // *[]T
convert_list.go#L108: if ls.v.IsNil() {
convert_list.go#L111: return ls.v.Elem().Len()
convert_list.go#L114: return ls.conv.PBValueOf(ls.v.Elem().Index(i))
convert_list.go#L117: ls.v.Elem().Index(i).Set(ls.conv.GoValueOf(v))
convert_list.go#L120: ls.v.Elem().Set(reflect.Append(ls.v.Elem(), ls.conv.GoValueOf(v)))
convert_list.go#L131: ls.v.Elem().Set(ls.v.Elem().Slice(0, i))
convert_list.go#L137: return !ls.v.IsNil()
convert_list.go#L140: return ls.v.Interface()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |