HomeSort by relevance Sort by last modified time
    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