Home
last modified time | relevance | path

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

/external/droiddriver/src/io/appium/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/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/drd/tests/
Dtsan_unittest.cpp471 void Getter() { in Getter() function
813 void Getter() { in Getter() function
913 void Getter() { in Getter() function
1431 void Getter() { in Getter() function
1473 void Getter() { in Getter() function
1852 void Getter() { in Getter() function
1954 void Getter() { in Getter() function
2061 void Getter() { in Getter() function
2172 void Getter() { in Getter() function
2210 void Getter() { in Getter() function
[all …]
/external/clang/lib/Sema/
DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in __anon3afad1830111::ObjCPropertyOpBuilder
1122 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
DSemaExprObjC.cpp1819 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
1974 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr() local
3783 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
DSemaExprMember.cpp1519 ObjCMethodDecl *Getter; in LookupMemberExpr() local
DSemaCodeComplete.cpp4929 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
DTreeTransform.h2879 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1651 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
1807 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
1896 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
/external/clang/lib/AST/
DDeclCXX.cpp2200 IdentifierInfo *Getter, in Create()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5388 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5666 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7172 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
7424 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/external/v8/test/cctest/
Dtest-cpu-profiler.cc795 static void Getter(v8::Local<v8::String> name, in Getter() function in TestApiCallbacks
Dtest-api.cc19574 static void Getter(v8::Local<v8::Name> property, in Getter() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1039 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCPropertyRefExpr() local
/external/clang/include/clang/AST/
DDeclCXX.h3221 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()