Searched defs:fooMethod (Results 1 – 6 of 6) sorted by relevance
3 fooMethod() {} method in Foo35 Foo.prototype.fooMethod = function () { }; method in Foo
4 #fooMethod() { }; method in A
9 public #fooMethod() { return 3; } // Error method in A
2 fooMethod() {} method in Foo
175 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService() local203 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService() local
315 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local