reflect.MapIter.Key (method)
8 uses
reflect (current package)
value.go#L1240: func (it *MapIter) Key() Value {
google.golang.org/protobuf/internal/impl
codec_map.go#L99: key := mapi.conv.keyConv.PBValueOf(iter.Key()).MapKey()
codec_map.go#L278: b, err = appendMapItem(b, iter.Key(), iter.Value(), mapi, f, opts)
codec_map.go#L351: dstm.SetMapIndex(iter.Key(), iter.Value())
codec_map.go#L366: dstm.SetMapIndex(iter.Key(), reflect.ValueOf(append(emptyBuf[:], iter.Value().Bytes()...)))
codec_map.go#L387: dstm.SetMapIndex(iter.Key(), val)
convert_map.go#L106: k := ms.keyConv.PBValueOf(iter.Key()).MapKey()
internal/fmtsort
sort.go#L64: key = append(key, iter.Key())
 |
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. |