Home
last modified time | relevance | path

Searched refs:SetItem (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas136 procedure SetItem(Index: Integer; const Value: T);
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
190 procedure SetItem(const Key: TKey; const Value: TValue);
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
225 procedure SetItem(Index: Integer; const Value: T);
293 procedure SetItem(const Key: TKey; const Value: TValue);
527 procedure TList<T>.SetItem(Index: Integer; const Value: T); procedure
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
864 SetItem(Key,Value)
DAntlr.Runtime.Collections.pas105 procedure SetItem(const Key: TKey; const Value: TValue); procedure
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
179 SetItem(Key, Value)
244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
/external/lzma/CPP/Windows/Control/
DListView.cpp62 return SetItem(&item); in SetSubItem()
95 return SetItem(&item); in SetSubItem()
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
DComboBox.h55 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp891 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector
906 CTime.SetItem(index, file2.CTimeDefined, file2.CTime); in AddFile()
907 ATime.SetItem(index, file2.ATimeDefined, file2.ATime); in AddFile()
908 MTime.SetItem(index, file2.MTimeDefined, file2.MTime); in AddFile()
909 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos); in AddFile()
D7zItem.h144 void SetItem(unsigned index, bool defined, UInt64 value);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas286 FIList.SetItem(Index, Value);
459 FIDictionary.SetItem(Key, Value);