OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ascend_item
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/system_wrappers/source/
map_unittest.cc
218
MapItem*
ascend_item
= ascending_map_.First();
local
219
while (
ascend_item
!= NULL) {
220
MapItem* compare_item = compare_map.Find(
ascend_item
->GetId());
223
compare_item->SetItem(
ascend_item
->GetItem());
224
ascend_item
= ascending_map_.Next(
ascend_item
);
Completed in 129 milliseconds