type google.golang.org/protobuf/internal/impl.listPtrConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert_list.go#L17: return &listPtrConverter{t, newSingularConverter(t.Elem().Elem(), fd)}
convert_list.go#L66: type listPtrConverter struct {
convert_list.go#L71: func (c *listPtrConverter) PBValueOf(v reflect.Value) pref.Value {
convert_list.go#L78: func (c *listPtrConverter) GoValueOf(v pref.Value) reflect.Value {
convert_list.go#L82: func (c *listPtrConverter) IsValidPB(v pref.Value) bool {
convert_list.go#L90: func (c *listPtrConverter) IsValidGo(v reflect.Value) bool {
convert_list.go#L94: func (c *listPtrConverter) New() pref.Value {
convert_list.go#L98: func (c *listPtrConverter) Zero() pref.Value {
![]() |
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. |