Home
last modified time | relevance | path

Searched defs:aMethod (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java277 public T aMethod(T t) { return null; } in aMethod() method in MethodInterceptionTest.Superclass
280 RetType aMethod(RetType obj); in aMethod() method