google.golang.org/protobuf/reflect/protoreflect.Value.Map (method)
23 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L335: func (v Value) Map() Map {
google.golang.org/protobuf/encoding/protojson
decode.go#L238: mmap := m.Mutable(fd).Map()
encode.go#L226: return e.marshalMap(val.Map(), fd)
well_known_types.go#L465: return e.marshalMap(m.Get(fd).Map(), fd)
well_known_types.go#L470: return d.unmarshalMap(m.Mutable(fd).Map(), fd)
google.golang.org/protobuf/encoding/prototext
decode.go#L237: mmap := m.Mutable(fd).Map()
encode.go#L218: return e.marshalMap(name, val.Map(), fd)
google.golang.org/protobuf/internal/impl
convert_map.go#L38: return v.Map().(*mapReflect).v
message_reflect.go#L172: return x.Value().Map().Len() > 0
message_reflect.go#L199: isValid = v.Map().IsValid()
google.golang.org/protobuf/proto
checkinit.go#L58: v.Map().Range(func(key protoreflect.MapKey, v protoreflect.Value) bool {
decode.go#L152: valLen, err = o.unmarshalMap(b[tagLen:], wtyp, m.Mutable(fd).Map(), fd)
encode.go#L258: return o.marshalMap(b, fd, value.Map())
equal.go#L79: return equalMap(fd, x.Map(), y.Map())
extension.go#L61: isValid = pv.Map().IsValid()
merge.go#L88: o.mergeMap(dst.Mutable(fd).Map(), v.Map(), fd.MapValue())
size.go#L69: return o.sizeMap(num, fd, value.Map())
github.com/golang/protobuf/proto
defaults.go#L54: ms := m.Get(fd).Map()
discard.go#L44: ms := m.Get(fd).Map()
text_decode.go#L322: mv := v.Map()
text_encode.go#L296: mv := m.Get(fd).Map()
 |
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. |