Searched defs:interfaceType (Results 1 – 12 of 12) sorted by relevance
363 type interfaceType struct { struct364 abi.InterfaceType // can embed directly because not a public type.367 func (t *interfaceType) nameOff(off aNameOff) abi.Name {379 func (t *interfaceType) typeOff(off aTypeOff) *abi.Type {383 func (t *interfaceType) common() *abi.Type {387 func (t *interfaceType) uncommon() *abi.UncommonType {975 func (t *interfaceType) Method(i int) (m Method) {994 func (t *interfaceType) NumMethod() int { return len(t.Methods) }997 func (t *interfaceType) MethodByName(name string) (m Method, ok bool) {
120 func (check *Checker) interfaceType(ityp *Interface, iface *syntax.InterfaceType, def *TypeName) { func
159 func (check *Checker) interfaceType(ityp *Interface, iface *ast.InterfaceType, def *TypeName) { func
315 func (r *reader) interfaceType() *types2.Interface { func
74 interfaceType const
362 func (r *reader) interfaceType() *types.Interface { func
76 interfaceType const
112 type interfaceType = abi.InterfaceType talias
1527 func (p *parser) interfaceType() *InterfaceType { func
567 func (r *reader) interfaceType() *types.Type { func
647 func (w *writer) interfaceType(typ *types2.Interface) { func
497 WLAN_INTERFACE_TYPE interfaceType; member