type google.golang.org/protobuf/internal/impl.listConverter
8 uses
google.golang.org/protobuf/internal/impl (current package)
convert_list.go#L19: return &listConverter{t, newSingularConverter(t.Elem(), fd)}
convert_list.go#L24: type listConverter struct {
convert_list.go#L29: func (c *listConverter) PBValueOf(v reflect.Value) pref.Value {
convert_list.go#L38: func (c *listConverter) GoValueOf(v pref.Value) reflect.Value {
convert_list.go#L46: func (c *listConverter) IsValidPB(v pref.Value) bool {
convert_list.go#L54: func (c *listConverter) IsValidGo(v reflect.Value) bool {
convert_list.go#L58: func (c *listConverter) New() pref.Value {
convert_list.go#L62: func (c *listConverter) 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. |