runtime.maptype.indirectkey (method)
13 uses
runtime (current package)
map.go#L437: if t.indirectkey() {
map.go#L495: if t.indirectkey() {
map.go#L539: if t.indirectkey() {
map.go#L623: if t.indirectkey() {
map.go#L661: if t.indirectkey() {
map.go#L729: if t.indirectkey() {
map.go#L736: if t.indirectkey() {
map.go#L906: if t.indirectkey() {
map.go#L1173: if t.indirectkey() {
map.go#L1216: if t.indirectkey() {
map.go#L1283: if t.key.size > maxKeySize && (!t.indirectkey() || t.keysize != uint8(sys.PtrSize)) ||
map.go#L1284: t.key.size <= maxKeySize && (t.indirectkey() || t.keysize != uint8(t.key.size)) {
type.go#L387: func (mt *maptype) indirectkey() bool { // store ptr to key instead of key itself
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |