HomeSort by relevance Sort by last modified time
    Searched refs:GetItem (Results 1 - 17 of 17) sorted by null

  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 26 void* GetItem();
list_wrapper.h 27 void* GetItem() const;
  /external/webrtc/src/system_wrappers/source/
list_no_stl.h 25 void* GetItem() const;
list_stl.h 27 void* GetItem() const;
map_no_stl.h 26 void* GetItem();
map_unittest.cc 24 return reinterpret_cast<int*>(item->GetItem());
134 return lhs_item->GetItem() == rhs_item->GetItem();
223 compare_item->SetItem(ascend_item->GetItem());
map.cc 24 void* MapItem::GetItem()
map_no_stl.cc 29 void* MapNoStlItem::GetItem()
list_no_stl.cc 37 void* ListItem::GetItem() const