Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DComboBox.h55 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
DListView.h49 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() function
58 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas105 procedure SetItem(const Key: TKey; const Value: TValue); procedure
244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
DAntlr.Runtime.Tools.pas527 procedure TList<T>.SetItem(Index: Integer; const Value: T); procedure
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp891 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector