func internal/abi.TypeOf
8 uses
internal/abi (current package)
type.go#L181: func TypeOf(a any) *Type {
type.go#L193: return (*PtrType)(unsafe.Pointer(TypeOf((*T)(nil)))).Elem
internal/reflectlite
type.go#L387: return toType(abi.TypeOf(i))
internal/sync
hashtriemap.go#L49: mapType := abi.TypeOf(m).MapType()
reflect
type.go#L1384: return toType(abi.TypeOf(i))
type.go#L1395: return abi.TypeOf(i)
runtime
mcleanup.go#L93: argType := abi.TypeOf(arg)
unique
canonmap.go#L31: mapType := abi.TypeOf(m).MapType()
![]() |
The pages are generated with Golds v0.8.4. (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. |