type internal/runtime/maps.Iter

18 uses

	internal/runtime/maps (current package)
		table.go#L641: type Iter struct {
		table.go#L678: func (it *Iter) Init(typ *abi.MapType, m *Map) {
		table.go#L702: func (it *Iter) Initialized() bool {
		table.go#L707: func (it *Iter) Map() *Map {
		table.go#L714: func (it *Iter) Key() unsafe.Pointer {
		table.go#L722: func (it *Iter) Elem() unsafe.Pointer {
		table.go#L726: func (it *Iter) nextDirIdx() {
		table.go#L762: func (it *Iter) grownKeyElem(key unsafe.Pointer, slotIdx uintptr) (unsafe.Pointer, unsafe.Pointer, bool) {
		table.go#L810: func (it *Iter) Next() {

	reflect
		map.go#L177: func mapIterStart(t *abi.MapType, m *maps.Map, it *maps.Iter) {
		map.go#L190: func mapIterNext(it *maps.Iter) {
		map.go#L219: 	var it maps.Iter
		map.go#L241: 	hiter maps.Iter
		map.go#L361: 	iter.hiter = maps.Iter{}

	runtime
		linkname_shim.go#L67: 	it *maps.Iter
		linkname_shim.go#L96: 	it.it = new(maps.Iter)
		map.go#L156: func mapIterStart(t *abi.MapType, m *maps.Map, it *maps.Iter) {
		map.go#L168: func mapIterNext(it *maps.Iter) {