internal/abi.MapType.IndirectKey (method)
26 uses
internal/abi (current package)
map.go#L59: func (mt *MapType) IndirectKey() bool { // store ptr to key instead of key itself
internal/runtime/maps
group.go#L339: if typ.IndirectKey() {
map.go#L457: if typ.IndirectKey() {
map.go#L548: if typ.IndirectKey() {
map.go#L578: if typ.IndirectKey() {
map.go#L622: if typ.IndirectKey() {
map.go#L698: if typ.IndirectKey() {
map.go#L704: if typ.IndirectKey() {
runtime.go#L108: if typ.IndirectKey() {
runtime.go#L183: if typ.IndirectKey() {
runtime.go#L278: if typ.IndirectKey() {
runtime.go#L321: if typ.IndirectKey() {
table.go#L203: if typ.IndirectKey() {
table.go#L237: if typ.IndirectKey() {
table.go#L284: if typ.IndirectKey() {
table.go#L338: if typ.IndirectKey() {
table.go#L400: if typ.IndirectKey() {
table.go#L434: if typ.IndirectKey() {
table.go#L442: if typ.IndirectKey() {
table.go#L527: if typ.IndirectKey() {
table.go#L834: if it.typ.IndirectKey() {
table.go#L977: if it.typ.IndirectKey() {
table.go#L1070: if it.typ.IndirectKey() {
table.go#L1199: if typ.IndirectKey() {
table.go#L1240: if typ.IndirectKey() {
table_debug.go#L37: if typ.IndirectKey() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)