const internal/abi.Interface
30 uses
internal/abi (current package)
type.go#L64: Interface
type.go#L160: Interface: "interface",
type.go#L357: case Interface:
type.go#L428: if t.Kind() != Interface {
type.go#L457: if t.Kind() == Interface {
internal/reflectlite
type.go#L84: Interface = abi.Interface
value.go#L231: case abi.Interface:
value.go#L268: if v.kind() == abi.Interface {
value.go#L302: case abi.Interface, abi.Slice:
value.go#L370: if v.kind() == abi.Interface {
value.go#L429: if v.Kind() == abi.Interface && v.IsNil() {
value.go#L433: return Value{dst, nil, flag(abi.Interface)}
value.go#L441: return Value{dst, target, flagIndir | flag(abi.Interface)}
reflect
type.go#L1410: if T.Kind() != abi.Interface {
type.go#L1430: if V.Kind() == abi.Interface {
type.go#L2399: if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
type.go#L2974: if rcvr != nil && rcvr.Kind() == abi.Interface {
value.go#L877: if v.typ().Kind() == abi.Interface {
value.go#L916: if t.Kind() == abi.Interface {
value.go#L2068: if v.typ().Kind() == abi.Interface && v.IsNil() {
value.go#L2713: if v.typ().Kind() == abi.Interface {
value.go#L3614: if src.Kind() == abi.Interface {
runtime
alg.go#L246: case abi.Interface:
alg.go#L288: case abi.Interface:
cgocall.go#L614: case abi.Interface:
mbitmap.go#L921: if typ.Kind_&abi.KindMask == abi.Interface {
mfinal.go#L241: case abi.Interface:
mfinal.go#L489: case fint.Kind_&abi.KindMask == abi.Interface:
type.go#L68: case abi.Interface:
type.go#L412: case abi.Interface:
![]() |
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. |