Home
last modified time | relevance | path

Searched defs:SetItem (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DListView.h50 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() function
59 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem() function
DComboBox.h67 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp923 void CUInt32DefVector::SetItem(unsigned index, bool defined, UInt32 value) in SetItem() function in NArchive::N7z::CUInt32DefVector
935 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector