type google.golang.org/protobuf/internal/impl.mapConverter
10 uses
google.golang.org/protobuf/internal/impl (current package)
codec_map.go#L25: conv *mapConverter
convert_map.go#L14: type mapConverter struct {
convert_map.go#L19: func newMapConverter(t reflect.Type, fd pref.FieldDescriptor) *mapConverter {
convert_map.go#L23: return &mapConverter{
convert_map.go#L30: func (c *mapConverter) PBValueOf(v reflect.Value) pref.Value {
convert_map.go#L37: func (c *mapConverter) GoValueOf(v pref.Value) reflect.Value {
convert_map.go#L41: func (c *mapConverter) IsValidPB(v pref.Value) bool {
convert_map.go#L49: func (c *mapConverter) IsValidGo(v reflect.Value) bool {
convert_map.go#L53: func (c *mapConverter) New() pref.Value {
convert_map.go#L57: func (c *mapConverter) 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. |