Searched refs:last_it (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc163 PacketsConstIt last_it = packets.begin(); local
164 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {
165 if (it != last_it && *it < *last_it) {
168 last_it = it;
353 PacketsIt last_it = in_out->begin(); local
354 PacketsIt it = last_it;
357 int64_t t1 = last_it->send_time_us();
359 std::swap(*last_it, *it);
360 last_it
[all...]
H A Dbwe_test_framework_unittest.cc59 PacketsConstIt last_it = packets.begin(); local
60 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {
61 if (IsNewerSequenceNumber(last_it->header().sequenceNumber,
65 last_it = it;
/external/stressapptest/src/
H A Ddisk_blocks.cc96 AddrToBlockMap::iterator last_it = addr_to_block_.find( local
99 sat_assert(last_it != addr_to_block_.end());
103 last_it->second->pos = curr_pos;

Completed in 161 milliseconds