reflect.MapIter.Key (method)
7 uses
reflect (current package)
deepequal.go#L148: val2 := v2.MapIndex(iter.Key())
iter.go#L102: if !yield(i.Key()) {
iter.go#L166: if !yield(i.Key(), i.Value()) {
value.go#L1894: func (iter *MapIter) Key() Value {
encoding/json
encode.go#L757: if sv[i].ks, err = resolveKeyName(mi.Key()); err != nil {
github.com/oapi-codegen/runtime
bindform.go#L305: marshalFormImpl(iter.Value(), result, fmt.Sprintf("%s[%s]", name, iter.Key().String()))
internal/fmtsort
sort.go#L60: sorted = append(sorted, KeyValue{iter.Key(), iter.Value()})
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |