Home
last modified time | relevance | path

Searched defs:Getter (Results 1 – 20 of 20) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/scroll/
DSentinelStrategy.java43 public static abstract class Getter implements Finder { class in SentinelStrategy
46 protected Getter() { in Getter() method in SentinelStrategy.Getter
51 protected Getter(Predicate<? super UiElement> predicate) { in Getter() method in SentinelStrategy.Getter
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp42 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const; in clang_getInclusions() local
DIndexingContext.cpp613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/external/chromium_org/tools/usb_gadget/
Dusb_descriptors.py72 def Getter(self): function
103 def Getter(unused_self): function
131 def Getter(self): function
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dcpp_message.py81 def Getter(self): function
93 def Getter(self): function
172 def Getter(self): function
277 def Getter(self): function
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp467 void Getter() { in Getter() function
809 void Getter() { in Getter() function
909 void Getter() { in Getter() function
1427 void Getter() { in Getter() function
1469 void Getter() { in Getter() function
1848 void Getter() { in Getter() function
1950 void Getter() { in Getter() function
2057 void Getter() { in Getter() function
2168 void Getter() { in Getter() function
2206 void Getter() { in Getter() function
[all …]
/external/clang/lib/Sema/
DSemaPseudoObject.cpp262 ObjCMethodDecl *Getter; member in __anonb98719150111::ObjCPropertyOpBuilder
1098 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
DSemaExprObjC.cpp1619 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
1759 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr() local
3471 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
DSemaExprMember.cpp1474 ObjCMethodDecl *Getter; in LookupMemberExpr() local
DSemaCodeComplete.cpp4718 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
DTreeTransform.h2608 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1608 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
1703 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
1777 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc770 static void Getter(v8::Local<v8::String> name, in Getter() function in TestApiCallbacks
Dtest-api.cc19997 static void Getter(v8::Local<v8::String> property, in Getter() function
/external/clang/lib/AST/
DDeclCXX.cpp2130 IdentifierInfo *Getter, in Create()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp5423 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5702 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7222 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
7474 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/external/clang/lib/Serialization/
DASTReaderStmt.cpp998 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCPropertyRefExpr() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp350 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/external/clang/include/clang/AST/
DDeclCXX.h3164 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()