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

  /external/lzma/CPP/7zip/Common/
MethodProps.h 21 PROPID Id;
41 void AddProp32(PROPID propid, UInt32 level);
43 void AddProp_Ascii(PROPID propid, const char *s)
47 prop.Id = propid;
81 int FindProp(PROPID id) const;
MethodProps.cpp 152 void CProps::AddProp32(PROPID propid, UInt32 level)
156 prop.Id = propid;
162 PROPID *_propIDs;
171 _propIDs = new PROPID[numPropsMax];
211 int CMethodProps::FindProp(PROPID id) const
329 static bool IsLogSizeProp(PROPID propid)
331 switch (propid)
  /external/lzma/CPP/Common/
MyWindows.h 71 typedef ULONG PROPID;
190 PROPID propid; member in struct:tagSTATPROPSTG
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
329 switch (propID)
448 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
452 RINOK(arc->GetProperty(index, propID, &prop));
480 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result) throw()
484 RINOK(arc->GetArchiveProperty(propid, &prop));
492 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 407 PROPID propid; member in union:tagPROPSPEC::__anon59653
414 PROPID propid; member in struct:tagSTATPROPSTG
453 PROPID propidNameFirst) = 0;
461 const PROPID rgpropid[],
466 const PROPID rgpropid[],
471 const PROPID rgpropid[]) = 0;
525 PROPID propidNameFirst);
535 const PROPID rgpropid[]
    [all...]
wia.h 141 PROPID propid; member in struct:_WIA_PROPID_TO_NAME
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
ptp.h 1321 uint16_t propid; member in union:_PTPCanon_changes_entry::__anon23923
    [all...]
ptp.c     [all...]

Completed in 341 milliseconds