type google.golang.org/protobuf/internal/impl.mapReflect
14 uses
google.golang.org/protobuf/internal/impl (current package)
convert_map.go#L34: return pref.ValueOfMap(&mapReflect{v, c.keyConv, c.valConv})
convert_map.go#L38: return v.Map().(*mapReflect).v
convert_map.go#L42: mapv, ok := v.Interface().(*mapReflect)
convert_map.go#L61: type mapReflect struct {
convert_map.go#L67: func (ms *mapReflect) Len() int {
convert_map.go#L70: func (ms *mapReflect) Has(k pref.MapKey) bool {
convert_map.go#L75: func (ms *mapReflect) Get(k pref.MapKey) pref.Value {
convert_map.go#L83: func (ms *mapReflect) Set(k pref.MapKey, v pref.Value) {
convert_map.go#L88: func (ms *mapReflect) Clear(k pref.MapKey) {
convert_map.go#L92: func (ms *mapReflect) Mutable(k pref.MapKey) pref.Value {
convert_map.go#L103: func (ms *mapReflect) Range(f func(pref.MapKey, pref.Value) bool) {
convert_map.go#L113: func (ms *mapReflect) NewValue() pref.Value {
convert_map.go#L116: func (ms *mapReflect) IsValid() bool {
convert_map.go#L119: func (ms *mapReflect) protoUnwrap() 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. |