Searched refs:SetItem (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h29 void SetItem(void* ptr);
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.h29 void SetItem(void* ptr);
H A Dmap.cc39 void MapItem::SetItem(void* ptr) function in class:webrtc::MapItem
H A Dmap_no_stl.cc44 void MapNoStlItem::SetItem(void* ptr) function in class:webrtc::MapNoStlItem
H A Dmap_unittest.cc223 compare_item->SetItem(ascend_item->GetItem());
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc105 // Test SetItem
107 last_item->SetItem(reinterpret_cast<void*>(&swapped_item));
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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);
H A 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);
651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue);
864 SetItem(Key,Value)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas286 FIList.SetItem(Index, Value);
459 FIDictionary.SetItem(Key, Value);

Completed in 1149 milliseconds