Searched defs:fooMethod (Results 1 – 6 of 6) sorted by relevance
3 fooMethod() {} method in Foo35 Foo.prototype.fooMethod = function () { }; method in Foo
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
176 MethodDescriptor fooMethod = in testNewReflectiveService() local206 MethodDescriptor fooMethod = in testNewReflectiveBlockingService() local
330 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local