internal/runtime/maps.Iter.Key (method)
9 uses
internal/runtime/maps (current package)
table.go#L714: func (it *Iter) Key() unsafe.Pointer {
reflect
map.go#L224: key := it.Key()
map.go#L249: iterkey := iter.hiter.Key()
map.go#L268: iterkey := iter.hiter.Key()
map.go#L344: if iter.hiter.Key() == nil {
map.go#L349: return iter.hiter.Key() != nil
runtime
linkname_shim.go#L100: it.key = it.it.Key()
linkname_shim.go#L149: it.key = it.it.Key()
linkname_shim.go#L189: return it.it.Key()
![]() |
The pages are generated with Golds v0.8.4. (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. |