Home
last modified time | relevance | path

Searched defs:PropType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcertadm.h263 #define ICertAdmin2_GetCAProperty(This,strConfig,PropId,PropIndex,PropType,Flags,pvarPropertyValue)… argument
264 #define ICertAdmin2_SetCAProperty(This,strConfig,PropId,PropIndex,PropType,pvarPropertyValue) (This… argument
Dcertreqd.h126 #define ICertRequestD2_GetCAProperty(This,pwszAuthority,PropId,PropIndex,PropType,pctbPropertyValue… argument
Dcertcli.h508 #define ICertRequest2_GetCAProperty(This,strConfig,PropId,PropIndex,PropType,Flags,pvarPropertyValu… argument
511 #define ICertRequest2_GetFullResponseProperty(This,PropId,PropIndex,PropType,Flags,pvarPropertyValu… argument
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1032 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local