type internal/abi.OldMapType
9 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
hash/maphash
maphash_runtime.go#L58: hasher = (*abi.OldMapType)(unsafe.Pointer(mTyp)).Hasher
runtime
type.go#L608: mt := (*abi.OldMapType)(unsafe.Pointer(t))
type.go#L609: mv := (*abi.OldMapType)(unsafe.Pointer(v))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)