Searched refs:method6 (Results 1 – 6 of 6) sorted by relevance
41 def method6(self, error): member in D65 print d.method6(False)67 d.method6(True)123 m3.method6.expect_call(False).and_return(10)124 m3.method6.expect_call(True).and_raises(MyError("woops"))
38 - method6:(void(^)(block_t block))arg;42 [d method6:0];71 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t bloc…
2 - (id)method6;
4 - (id)method6;
16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}}31 - method6: (int) x : (double) d; // expected-warning {{method parameter type 'double' does not matc…
51 [object method6];