internal/abi.MapType.IndirectElem (method)
24 uses
internal/abi (current package)
map.go#L62: func (mt *MapType) IndirectElem() bool { // store ptr to elem instead of elem itself
internal/runtime/maps
group.go#L351: if typ.IndirectElem() {
map.go#L463: if typ.IndirectElem() {
map.go#L557: if typ.IndirectElem() {
map.go#L586: if typ.IndirectElem() {
map.go#L627: if typ.IndirectElem() {
map.go#L713: if typ.IndirectElem() {
runtime.go#L113: if typ.IndirectElem() {
runtime.go#L188: if typ.IndirectElem() {
runtime.go#L287: if typ.IndirectElem() {
runtime.go#L329: if typ.IndirectElem() {
table.go#L208: if typ.IndirectElem() {
table.go#L242: if typ.IndirectElem() {
table.go#L293: if typ.IndirectElem() {
table.go#L346: if typ.IndirectElem() {
table.go#L407: if typ.IndirectElem() {
table.go#L452: if typ.IndirectElem() {
table.go#L790: if it.typ.IndirectElem() {
table.go#L851: if it.typ.IndirectElem() {
table.go#L863: if it.typ.IndirectElem() {
table.go#L996: if it.typ.IndirectElem() {
table.go#L1111: if it.typ.IndirectElem() {
table.go#L1204: if typ.IndirectElem() {
table.go#L1245: if typ.IndirectElem() {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)