Searched defs:anotherMethod (Results 1 – 7 of 7) sorted by relevance
50 - (ClassA<ProtocolY> *)anotherMethod; method60 - (ClassA<ProtocolY> *)anotherMethod { method
12 AClassToForget[] anotherMethod(int a, AClassToForget[] aClassToForget, String b) { in anotherMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
63 private void anotherMethod(int i, String s) {} in anotherMethod() method in ParameterTest
204 String anotherMethod(@WithType("java.lang.String") Object a, String b); in anotherMethod() method241 private String anotherMethod(String a, String b) { in anotherMethod() method in ReflectorTest.SomeClass
164 MethodDescriptor<String, Integer> anotherMethod = MethodDescriptor.<String, Integer>newBuilder() in replaceAndLookup() local
364 - (void)anotherMethod { method