Searched defs:fooMethod (Results 1 – 4 of 4) sorted by relevance
3 fooMethod() {} method in Foo35 Foo.prototype.fooMethod = function () { }; method in Foo
2 fooMethod() {} method in Foo
145 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService() local171 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService() local
658 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local