go/types.Interface.NumEmbeddeds (method)
9 uses
go/types (current package)
interface.go#L101: func (t *Interface) NumEmbeddeds() int { return len(t.embeddeds) }
iter.go#L49: for i := range t.NumEmbeddeds() {
go.pact.im/x/plumb/internal/gotypes
cmp.go#L114: if c := cmp.Compare(a.NumEmbeddeds(), b.NumEmbeddeds()); c != 0 {
cmp.go#L117: for i := range a.NumEmbeddeds() {
gotypes.go#L153: return ok && iface.NumMethods() == 0 && iface.NumEmbeddeds() == 0 &&
golang.org/x/tools/internal/gcimporter
iexport.go#L1126: n := t.NumEmbeddeds()
iimport.go#L547: return iface.NumEmbeddeds() == 0 && iface.NumExplicitMethods() == 0
ureader.go#L595: embeds := make([]types.Type, iface.NumEmbeddeds())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)