/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/ |
D | patterns.rs | 57 pub struct Getter<Opcode, Output> { struct 65 impl<Opcode: CompileTimeOpcode, Output> fmt::Debug for Getter<Opcode, Output> { argument 71 impl<Opcode: CompileTimeOpcode, Output> Getter<Opcode, Output> { implementation 88 unsafe impl<Opcode: CompileTimeOpcode, Output> Ioctl for Getter<Opcode, Output> { implementation
|
/aosp_15_r20/external/pytorch/docs/cpp/source/notes/ |
H A D | tensor_indexing.rst | 19 Getter chapter
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ExprObjC.h | 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() 817 void setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in setImplicitProperty()
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 117 Flag& Flag::Getter(std::function<std::string()> fn) & { in Getter() function in cuttlefish::Flag 121 Flag Flag::Getter(std::function<std::string()> fn) && { in Getter() function in cuttlefish::Flag
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | bug141.go | 17 type Getter interface { interface
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/tags/propagation/ |
H A D | TagContextTextFormat.java | 152 public abstract static class Getter<C> { class in TagContextTextFormat
|
/aosp_15_r20/external/mesa3d/src/tool/pps/ |
H A D | pps_counter.h | 50 using Getter = Value(const Counter &c, const Driver &d); variable
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/ |
H A D | TextFormat.java | 157 public abstract static class Getter<C> { class in TextFormat
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Registry.h | 130 GetRegistry Getter = in import() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 57 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 269 ObjCMethodDecl *Getter; member in __anon9b6da6f40111::ObjCPropertyOpBuilder 1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
|
H A 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
|
H A D | SemaExprMember.cpp | 1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | record_widgets.ts | 23 export declare type Getter<T> = (cfg: RecordConfig) => T; alias
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 67 for (const auto &Getter : AllowedTypes) in mutateModule() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | AliasAnalysis.cpp | 838 for (auto &Getter : ResultGetters) in run() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A 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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/flag/ |
D | flag.go | 369 type Getter interface { interface
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5367 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local 5645 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2313 IdentifierInfo *Getter, in Create()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 221 RuntimeFunction Getter; member 2443 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local
|