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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h200 typedef std::list<Packet*>::const_iterator PacketsConstIt; typedef in namespace:webrtc::testing::bwe
H A Dbwe_test_framework_unittest.cc26 PacketsConstIt last_it = packets.begin();
27 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {
294 for (PacketsConstIt it = packets.begin(); it != packets.end(); ++it) {
H A Dbwe_test_framework.cc177 PacketsConstIt last_it = packets.begin();
178 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {

Completed in 362 milliseconds