Home
last modified time | relevance | path

Searched refs:SuperMethod (Results 1 – 6 of 6) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInterceptedInvocation.java31 private final SuperMethod superMethod;
44 SuperMethod superMethod, in InterceptedInvocation()
160 public interface SuperMethod extends Serializable { interface in InterceptedInvocation
162 enum IsIllegal implements SuperMethod {
177 class FromCallable implements SuperMethod {
DMockMethodInterceptor.java40 InterceptedInvocation.SuperMethod superMethod) throws Throwable { in doIntercept()
106 new InterceptedInvocation.SuperMethod.FromCallable(superCall) in interceptSuperCallable()
124 InterceptedInvocation.SuperMethod.IsIllegal.INSTANCE in interceptAbstract()
DMockMethodAdvice.java70 InterceptedInvocation.SuperMethod superMethod; in handle()
105 private static class SuperMethodCall implements InterceptedInvocation.SuperMethod {
138 private static class SerializableSuperMethodCall implements InterceptedInvocation.SuperMethod {
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5360 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local
5361 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion()
5363 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
5367 if (!SuperMethod) { in AddSuperSendCompletion()
5369 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion()
5376 if (!SuperMethod) in AddSuperSendCompletion()
5380 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion()
5381 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion()
5386 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion()
5403 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion()
[all …]
DSemaDeclObjC.cpp419 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local
423 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()
/external/mockito/lib/
Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...