Home
last modified time | relevance | path

Searched refs:counter_map_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.h389 counter_map_[ssrc] = packet_counter; in RtcpPacketTypesCounterUpdated()
395 return counter_map_; in GetPacketTypeCounterMap()
399 std::map<uint32_t, RtcpPacketTypeCounter> counter_map_
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc133 counter_map_[ssrc] = packet_counter; in RtcpPacketTypesCounterUpdated()
138 return counter_map_[remote_ssrc_]; in RtcpSent()
143 return counter_map_[impl_->SSRC()]; in RtcpReceived()
156 std::map<uint32_t, RtcpPacketTypeCounter> counter_map_; member in webrtc::__anon865dfefd0111::RtpRtcpModule
/external/v8/src/
Dd8.cc402 CounterMap* Shell::counter_map_; member in v8::Shell
1636 auto map_entry = counter_map_->find(name); in GetCounter()
1638 map_entry != counter_map_->end() ? map_entry->second : nullptr; in GetCounter()
1643 (*counter_map_)[name] = counter; in GetCounter()
2098 const int number_of_counters = static_cast<int>(counter_map_->size()); in OnExit()
2101 for (auto map_entry : *counter_map_) { in OnExit()
2149 delete counter_map_; in OnExit()
3378 Shell::counter_map_ = new CounterMap(); in Main()
Dd8.h544 static CounterMap* counter_map_; variable