internal/abi.MapType.IndirectElem (method)
14 uses
internal/abi (current package)
type.go#L458: func (mt *MapType) IndirectElem() bool { // store ptr to elem instead of elem itself
runtime
map.go#L447: if t.IndirectElem() {
map.go#L508: if t.IndirectElem() {
map.go#L552: if t.IndirectElem() {
map.go#L677: if t.IndirectElem() {
map.go#L690: if t.IndirectElem() {
map.go#L756: if t.IndirectElem() {
map.go#L961: if t.IndirectElem() {
map.go#L1253: if t.IndirectElem() {
map.go#L1319: if t.Elem.Size_ > maxElemSize && (!t.IndirectElem() || t.ValueSize != uint8(goarch.PtrSize)) ||
map.go#L1320: t.Elem.Size_ <= maxElemSize && (t.IndirectElem() || t.ValueSize != uint8(t.Elem.Size_)) {
map.go#L1488: if t.IndirectElem() {
map.go#L1585: if t.IndirectElem() {
map.go#L1713: if t.IndirectElem() {
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. |