Home
last modified time | relevance | path

Searched defs:Getter (Results 1 – 18 of 18) 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/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/
DTextFormat.java157 public abstract static class Getter<C> { class in TextFormat
/external/llvm/include/llvm/Support/
DRegistry.h130 GetRegistry Getter = in import() local
/external/perfetto/ui/src/frontend/
Drecord_widgets.ts27 declare type Getter<T> = (cfg: RecordConfig) => T; alias
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DIRMutator.cpp58 for (const auto &Getter : AllowedTypes) in mutateModule() local
/external/clang/lib/Sema/
DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in __anonfe1523870111::ObjCPropertyOpBuilder
1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
DSemaExprObjC.cpp1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
1989 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); in ActOnClassPropertyRefExpr() local
3814 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter()) in CheckObjCBridgeRelatedCast() local
DSemaExprMember.cpp1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
DSemaCodeComplete.cpp4949 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
DTreeTransform.h2962 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1771 const ObjCMethodDecl *Getter) { in hasDefaultGetterName()
1933 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
2022 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateTypeDefinition() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/external/clang/lib/AST/
DDeclCXX.cpp2313 IdentifierInfo *Getter, in Create()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
DRewriteModernObjC.cpp7049 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
7299 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
/external/clang/include/clang/AST/
DDeclCXX.h3399 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1046 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCPropertyRefExpr() local