internal/abi.MapType.IndirectKey (method)
16 uses
internal/abi (current package)
type.go#L455: func (mt *MapType) IndirectKey() bool { // store ptr to key instead of key itself
runtime
map.go#L442: if t.IndirectKey() {
map.go#L503: if t.IndirectKey() {
map.go#L547: if t.IndirectKey() {
map.go#L634: if t.IndirectKey() {
map.go#L672: if t.IndirectKey() {
map.go#L743: if t.IndirectKey() {
map.go#L750: if t.IndirectKey() {
map.go#L922: if t.IndirectKey() {
map.go#L1205: if t.IndirectKey() {
map.go#L1248: if t.IndirectKey() {
map.go#L1315: if t.Key.Size_ > maxKeySize && (!t.IndirectKey() || t.KeySize != uint8(goarch.PtrSize)) ||
map.go#L1316: t.Key.Size_ <= maxKeySize && (t.IndirectKey() || t.KeySize != uint8(t.Key.Size_)) {
map.go#L1483: if t.IndirectKey() {
map.go#L1580: if t.IndirectKey() {
map.go#L1648: if t.IndirectKey() {
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. |