type internal/abi.MapType
13 uses
internal/abi (current package)
type.go#L326: MapType
type.go#L355: tt := (*MapType)(unsafe.Pointer(t))
type.go#L376: func (t *Type) MapType() *MapType {
type.go#L380: return (*MapType)(unsafe.Pointer(t))
type.go#L440: type MapType struct {
type.go#L455: func (mt *MapType) IndirectKey() bool { // store ptr to key instead of key itself
type.go#L458: func (mt *MapType) IndirectElem() bool { // store ptr to elem instead of elem itself
type.go#L461: func (mt *MapType) ReflexiveKey() bool { // true if k==k for all keys
type.go#L464: func (mt *MapType) NeedKeyUpdate() bool { // true if we need to update key on an overwrite
type.go#L467: func (mt *MapType) HashMightPanic() bool { // true if hash function might panic
type.go#L473: return (*MapType)(unsafe.Pointer(t)).Key
reflect
type.go#L364: abi.MapType
runtime
type.go#L220: type maptype = abi.MapType
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |