type internal/abi.Kind
9 uses
internal/abi (current package)
type.go#L27: Kind_ Kind // enumeration for C
type.go#L41: type Kind uint8
type.go#L44: Invalid Kind = iota
type.go#L75: KindDirectIface Kind = 1 << 5
type.go#L76: KindGCProg Kind = 1 << 6 // Type.gc points to GC program
type.go#L77: KindMask Kind = (1 << 5) - 1
type.go#L132: func (k Kind) String() string {
type.go#L189: func (t *Type) Kind() Kind { return t.Kind_ & KindMask }
internal/reflectlite
type.go#L78: type Kind = abi.Kind
![]() |
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. |