go/src/internal/abi/map_noswiss.go

const OldMapBucketCountBits

const OldMapBucketCount

const OldMapMaxKeyBytes

const OldMapMaxElemBytes

type OldMapType

// Note: flag values must match those used in the TMAP case
// in ../cmd/compile/internal/reflectdata/reflect.go:writeType.
func (mt *OldMapType) IndirectKey() bool {}

func (mt *OldMapType) IndirectElem() bool {}

func (mt *OldMapType) ReflexiveKey() bool {}

func (mt *OldMapType) NeedKeyUpdate() bool {}

func (mt *OldMapType) HashMightPanic() bool {}