Home
last modified time | relevance | path

Searched refs:GetItem (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Dmap_unittest.cc24 return reinterpret_cast<int*>(item->GetItem()); in ItemPointer()
134 return lhs_item->GetItem() == rhs_item->GetItem(); in CompareItems()
223 compare_item->SetItem(ascend_item->GetItem()); in TEST_F()
Dlist_stl.h27 void* GetItem() const;
Dmap_no_stl.h26 void* GetItem();
Dlist_no_stl.h25 void* GetItem() const;
Dmap.cc24 void* MapItem::GetItem() in GetItem() function in webrtc::MapItem
Dmap_no_stl.cc29 void* MapNoStlItem::GetItem() in GetItem() function in webrtc::MapNoStlItem
Dlist_stl.cc34 void* ListItem::GetItem() const in GetItem() function in webrtc::ListItem
Dlist_unittest.cc149 reinterpret_cast<unsigned int*> (item->GetItem()); in GetUnsignedItem()
175 item->GetItem()); in DestroyListItemContent()
Dlist_no_stl.cc37 void* ListItem::GetItem() const in GetItem() function in webrtc::ListItem
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas104 function GetItem(const Key: TKey): TValue; in GetItem() function
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
316 Result := GetItem(GetCount - 1);
324 Result := GetItem(I);
DAntlr.Runtime.Tools.pas135 function GetItem(Index: Integer): T;
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
189 function GetItem(const Key: TKey): TValue;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
224 function GetItem(Index: Integer): T;
292 function GetItem(const Key: TKey): TValue;
478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function
495 Result.Add(GetItem(I));
641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
/external/webrtc/src/system_wrappers/test/map/
Dmap.cc31 void* map_item_pointer = map_item->GetItem(); in GetStoredIntegerValue()
101 FailTest(*(reinterpret_cast<int*>(second_to_last_item->GetItem())) != in main()
/external/webrtc/src/system_wrappers/test/list/
Dlist.cc31 void* list_item_pointer = list_item->GetItem(); in GetStoredIntegerValue()
123 FailTest(last_item->GetItem() != in main()
/external/webrtc/src/system_wrappers/interface/
Dmap_wrapper.h26 void* GetItem();
Dlist_wrapper.h27 void* GetItem() const;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas270 ReturnValue := FIList.GetItem(Index);
448 ReturnValue := FIDictionary.GetItem(Key);
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py139 item = list.GetItem(index, col)
144 item = list.GetItem(index, col)