/external/droiddriver/src/io/appium/droiddriver/scroll/ |
D | SentinelStrategy.java | 43 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/ |
D | TextFormat.java | 157 public abstract static class Getter<C> { class in TextFormat
|
/external/llvm/include/llvm/Support/ |
D | Registry.h | 130 GetRegistry Getter = in import() local
|
/external/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 27 declare type Getter<T> = (cfg: RecordConfig) => T; alias
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 58 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 269 ObjCMethodDecl *Getter; member in __anonfe1523870111::ObjCPropertyOpBuilder 1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
|
D | SemaExprObjC.cpp | 1818 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
|
D | SemaExprMember.cpp | 1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
D | SemaCodeComplete.cpp | 4949 CodeCompletionBuilder Getter(Results.getAllocator(), in CodeCompleteObjCPropertyFlags() local
|
D | TreeTransform.h | 2962 ObjCMethodDecl *Getter, in RebuildObjCPropertyRefExpr()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1771 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/ |
D | CXIndexDataConsumer.cpp | 837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2313 IdentifierInfo *Getter, in Create()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
D | RewriteModernObjC.cpp | 7049 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 7299 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 452 static void rewriteToObjCProperty(const ObjCMethodDecl *Getter, in rewriteToObjCProperty()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 3399 IdentifierInfo *Getter, IdentifierInfo *Setter) in MSPropertyDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1046 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCPropertyRefExpr() local
|