Searched refs:anotherMethod (Results 1 – 9 of 9) sorted by relevance
50 - (ClassA<ProtocolY> *)anotherMethod; method60 - (ClassA<ProtocolY> *)anotherMethod { method
164 MethodDescriptor<String, Integer> anotherMethod = MethodDescriptor.<String, Integer>newBuilder() in replaceAndLookup() local171 new ServiceDescriptor("basic", anotherMethod)) in replaceAndLookup()172 .addMethod(anotherMethod, flowHandler).build(); in replaceAndLookup()
8 void anotherMethod(); // annotation attribute should be propagated.
12 AClassToForget[] anotherMethod(int a, AClassToForget[] aClassToForget, String b) { in anotherMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod() function in not_blink::TemplatedClass277 void anotherMethod() { in anotherMethod() function in blink::cxx_dependent_scope_member_expr_testing::Vector
32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod() function in not_blink::TemplatedClass
55 private void anotherMethod(int i, String s) {} in anotherMethod() method in ParameterTest
364 - (void)anotherMethod { method369 [self anotherMethod]; // expected-warning {{use of 'self' after it has been deallocated}}
89 public void anotherMethod() {