type internal/runtime/maps.Iter

19 uses

	internal/runtime/maps (current package)
		table.go#L614: type Iter struct {
		table.go#L651: func (it *Iter) Init(typ *abi.SwissMapType, m *Map) {
		table.go#L675: func (it *Iter) Initialized() bool {
		table.go#L680: func (it *Iter) Map() *Map {
		table.go#L687: func (it *Iter) Key() unsafe.Pointer {
		table.go#L695: func (it *Iter) Elem() unsafe.Pointer {
		table.go#L699: func (it *Iter) nextDirIdx() {
		table.go#L735: func (it *Iter) grownKeyElem(key unsafe.Pointer, slotIdx uintptr) (unsafe.Pointer, unsafe.Pointer, bool) {
		table.go#L783: func (it *Iter) Next() {

	reflect
		map_swiss.go#L184: func mapIterStart(t *abi.SwissMapType, m *maps.Map, it *maps.Iter) {
		map_swiss.go#L197: func mapIterNext(it *maps.Iter) {
		map_swiss.go#L226: 	var it maps.Iter
		map_swiss.go#L248: 	hiter maps.Iter
		map_swiss.go#L253: type hiter = maps.Iter
		map_swiss.go#L372: 	iter.hiter = maps.Iter{}

	runtime
		linkname_swiss.go#L70: 	it *maps.Iter
		linkname_swiss.go#L99: 	it.it = new(maps.Iter)
		map_swiss.go#L160: func mapIterStart(t *abi.SwissMapType, m *maps.Map, it *maps.Iter) {
		map_swiss.go#L172: func mapIterNext(it *maps.Iter) {