const internal/abi.Interface
31 uses
internal/abi (current package)
type.go#L72: Interface
type.go#L168: Interface: "interface",
type.go#L364: case Interface:
type.go#L435: if t.Kind() != Interface {
type.go#L464: if t.Kind() == Interface {
internal/reflectlite
type.go#L84: Interface = abi.Interface
value.go#L233: case abi.Interface:
value.go#L270: if v.kind() == abi.Interface {
value.go#L304: case abi.Interface, abi.Slice:
value.go#L372: if v.kind() == abi.Interface {
value.go#L431: if v.Kind() == abi.Interface && v.IsNil() {
value.go#L435: return Value{dst, nil, flag(abi.Interface)}
value.go#L443: return Value{dst, target, flagIndir | flag(abi.Interface)}
internal/runtime/maps
map.go#L838: case abi.Interface:
reflect
type.go#L1432: if T.Kind() != abi.Interface {
type.go#L1452: if V.Kind() == abi.Interface {
type.go#L2247: if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
type.go#L2765: if rcvr != nil && rcvr.Kind() == abi.Interface {
value.go#L874: if v.typ().Kind() == abi.Interface {
value.go#L913: if t.Kind() == abi.Interface {
value.go#L1546: if typ.Kind() == abi.Interface {
value.go#L1879: if v.typ().Kind() == abi.Interface && v.IsNil() {
value.go#L2485: if v.typ().Kind() == abi.Interface {
value.go#L3387: if src.Kind() == abi.Interface {
runtime
alg.go#L225: case abi.Interface:
cgocall.go#L637: case abi.Interface:
mbitmap.go#L950: if typ.Kind_&abi.KindMask == abi.Interface {
mfinal.go#L258: case abi.Interface:
mfinal.go#L514: case fint.Kind_&abi.KindMask == abi.Interface:
type.go#L76: case abi.Interface:
type.go#L578: case abi.Interface:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)