HomeSort by relevance Sort by last modified time
    Searched refs:PropertyData (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmksctrl.h 36 LPVOID PropertyData,
ksproxy.h 545 LPVOID PropertyData,
553 LPVOID PropertyData,
577 LPVOID PropertyData,
devicetopology.h 328 void *PropertyData,
371 void *PropertyData,
404 #define IKsControl_KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned) (This)->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned)
419 static FORCEINLINE HRESULT IKsControl_KsProperty(IKsControl* This,PKSPROPERTY Property,ULONG PropertyLength,void *PropertyData,ULONG DataLength,ULONG *BytesReturned) {
420 return This->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned);
437 void *PropertyData,
    [all...]
ks.h     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 166 struct PropertyData {
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
197 PropertyData &getPropertyDataBuffer() {
199 return *reinterpret_cast<PropertyData*>(this + 1);
202 const PropertyData &getPropertyDataBuffer() const {
204 return *reinterpret_cast<const PropertyData*>(this + 1);
313 new (&getPropertyDataBuffer()) PropertyData(getterId, setterId);
448 const PropertyData &getPropertyData() const {
500 + (sizeof(AttributeList::PropertyData) + sizeof(void *) - 1)
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 274 milliseconds