HomeSort by relevance Sort by last modified time
    Searched refs:lookupMethod (Results 1 - 25 of 32) sorted by null

1 2

  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 75 public Method lookupMethod(CtClass clazz, CtClass currentClass, MethodInfo current,
96 Method m = lookupMethod(clazz, methodName, argTypes, argDims,
104 private Method lookupMethod(CtClass clazz, String methodName,
144 Method r = lookupMethod(pclazz, methodName, argTypes,
158 Method r = lookupMethod(ifs[i], methodName,
169 Method r = lookupMethod(pclazz, methodName, argTypes,
MemberCodeGen.java 561 found = resolver.lookupMethod(targetClass, thisClass, thisMethod,
    [all...]
TypeChecker.java 705 = resolver.lookupMethod(targetClass, thisClass, thisMethod,
    [all...]
  /system/tools/hidl/
Interface.h 44 Method *lookupMethod(std::string name) const;
Interface.cpp 459 if (lookupMethod(method->name()) != nullptr) {
577 Method *Interface::lookupMethod(std::string name) const {
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 114 if i, m := lookupMethod(e.typ.methods, pkg, name); m != nil {
166 if i, m := lookupMethod(t.allMethods, pkg, name); m != nil {
248 _, obj := lookupMethod(ityp.allMethods, m.pkg, m.name)
331 // lookupMethod returns the index of and method with matching package and name, or (-1, nil).
332 func lookupMethod(methods []*Func, pkg *Package, name string) (int, *Func) {
type.go 421 if i, _ := lookupMethod(t.methods, m.pkg, m.name); i < 0 {
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 114 if i, m := lookupMethod(e.typ.methods, pkg, name); m != nil {
166 if i, m := lookupMethod(t.allMethods, pkg, name); m != nil {
248 _, obj := lookupMethod(ityp.allMethods, m.pkg, m.name)
331 // lookupMethod returns the index of and method with matching package and name, or (-1, nil).
332 func lookupMethod(methods []*Func, pkg *Package, name string) (int, *Func) {
type.go 421 if i, _ := lookupMethod(t.methods, m.pkg, m.name); i < 0 {
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 649 /// lookupMethod - This method returns an instance/class method by looking in
653 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
682 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
693 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod());
420 SuperClass->lookupMethod(MDecl->getSelector(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /art/tools/dmtracedump/
tracedump.cc 974 MethodEntry* lookupMethod(DataKeys* pKeys, int64_t methodId) {
1103 MethodEntry* method = lookupMethod(pKeys, methodId);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 865 D = IDecl->lookupMethod(Sel, true);
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 631 milliseconds

1 2