Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/
Dpatterns.rs57 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 Dtensor_indexing.rst19 Getter chapter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExprObjC.h668 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/
DExprObjC.h668 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/
DExprObjC.h668 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/
DExprObjC.h668 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/
Dflag_parser.cpp117 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/
Dbug141.go17 type Getter interface { interface
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/tags/propagation/
H A DTagContextTextFormat.java152 public abstract static class Getter<C> { class in TagContextTextFormat
/aosp_15_r20/external/mesa3d/src/tool/pps/
H A Dpps_counter.h50 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 DTextFormat.java157 public abstract static class Getter<C> { class in TextFormat
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DRegistry.h130 GetRegistry Getter = in import() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp57 for (const auto &Getter : AllowedTypes) in mutateModule() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp269 ObjCMethodDecl *Getter; member in __anon9b6da6f40111::ObjCPropertyOpBuilder
1123 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT, in CheckKeyForObjCARCConversion() local
H A 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
H A DSemaExprMember.cpp1584 ObjCMethodDecl *Getter; in LookupMemberExpr() local
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Drecord_widgets.ts23 export declare type Getter<T> = (cfg: RecordConfig) => T; alias
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp67 for (const auto &Getter : AllowedTypes) in mutateModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DAliasAnalysis.cpp838 for (auto &Getter : ResultGetters) in run() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1771 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/
Dflag.go369 type Getter interface { interface
/aosp_15_r20/external/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp837 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5367 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 DDeclCXX.cpp2313 IdentifierInfo *Getter, in Create()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp221 RuntimeFunction Getter; member
2443 auto &Getter = OMPInfoCache.RFIs[ICVInfo.Getter]; in initialize() local

12345678910>>...20