Searched defs:missingMethod (Results 1 – 3 of 3) sorted by relevance
/prebuilts/go/linux-x86/src/runtime/ |
D | error.go | 28 missingMethod string // one method needed by Interface, missing from Concrete member
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | lookup.go | 337 func (check *Checker) missingMethod(V, T Type, static bool, equivalent func(x, y Type) bool, cause … func
|
/prebuilts/go/linux-x86/src/go/types/ |
D | lookup.go | 340 func (check *Checker) missingMethod(V, T Type, static bool, equivalent func(x, y Type) bool, cause … func
|