const internal/abi.TFlagRegularMemory
8 uses
internal/abi (current package)
type.go#L113: TFlagRegularMemory TFlag = 1 << 3
reflect
type.go#L1794: ch.TFlag = abi.TFlagRegularMemory
type.go#L2637: typ.TFlag = abi.TFlagRegularMemory
type.go#L2809: array.TFlag = typ.TFlag & abi.TFlagRegularMemory
value.go#L1599: if typ.TFlag&abi.TFlagRegularMemory != 0 {
value.go#L1625: if typ.TFlag&abi.TFlagRegularMemory != 0 {
runtime
alg.go#L224: if t.TFlag&abi.TFlagRegularMemory != 0 {
alg.go#L282: if t.TFlag&abi.TFlagRegularMemory != 0 {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |