HomeSort by relevance Sort by last modified time
    Searched refs:MissingMethod (Results 1 - 8 of 8) sorted by null

  /art/test/921-hello-failure/src/
MissingMethod.java 19 class MissingMethod {
48 t.sayHi("MissingMethod");
55 t.sayHi("MissingMethod");
Main.java 32 MissingMethod.doTest(new Transform3());
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 227 // MissingMethod returns (nil, false) if V implements T, otherwise it
233 // is not set), MissingMethod only checks that methods of T which are also
237 func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType bool) {
288 return MissingMethod(T, V, false)
operand.go 250 if m, wrongType := MissingMethod(x.typ, Ti, true); m != nil /* Implements(x.typ, Ti) */ {
api.go 372 f, _ := MissingMethod(V, T, true)
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 227 // MissingMethod returns (nil, false) if V implements T, otherwise it
233 // is not set), MissingMethod only checks that methods of T which are also
237 func MissingMethod(V Type, T *Interface, static bool) (method *Func, wrongType bool) {
288 return MissingMethod(T, V, false)
operand.go 250 if m, wrongType := MissingMethod(x.typ, Ti, true); m != nil /* Implements(x.typ, Ti) */ {
api.go 372 f, _ := MissingMethod(V, T, true)

Completed in 6964 milliseconds