type internal/abi.OldMapType

8 uses

	internal/abi (current package)
		map_noswiss.go#L25: type OldMapType struct {
		map_noswiss.go#L40: func (mt *OldMapType) IndirectKey() bool { // store ptr to key instead of key itself
		map_noswiss.go#L43: func (mt *OldMapType) IndirectElem() bool { // store ptr to elem instead of elem itself
		map_noswiss.go#L46: func (mt *OldMapType) ReflexiveKey() bool { // true if k==k for all keys
		map_noswiss.go#L49: func (mt *OldMapType) NeedKeyUpdate() bool { // true if we need to update key on an overwrite
		map_noswiss.go#L52: func (mt *OldMapType) HashMightPanic() bool { // true if hash function might panic

	runtime
		type.go#L608: 		mt := (*abi.OldMapType)(unsafe.Pointer(t))
		type.go#L609: 		mv := (*abi.OldMapType)(unsafe.Pointer(v))