google.golang.org/protobuf/internal/impl.mapReflect.v (field)
11 uses
google.golang.org/protobuf/internal/impl (current package)
convert_map.go#L38: return v.Map().(*mapReflect).v
convert_map.go#L46: return mapv.v.Type() == c.goType
convert_map.go#L62: v reflect.Value // map[K]V
convert_map.go#L68: return ms.v.Len()
convert_map.go#L72: rv := ms.v.MapIndex(rk)
convert_map.go#L77: rv := ms.v.MapIndex(rk)
convert_map.go#L86: ms.v.SetMapIndex(rk, rv)
convert_map.go#L90: ms.v.SetMapIndex(rk, reflect.Value{})
convert_map.go#L104: iter := mapRange(ms.v)
convert_map.go#L117: return !ms.v.IsNil()
convert_map.go#L120: return ms.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. |