Searched refs:ReportBlockInfoMap (Results 1 – 2 of 2) sorted by relevance
85 ReportBlockInfoMap* info_map = &(it->second); in ~RTCPReceiver()87 ReportBlockInfoMap::iterator it_info = info_map->begin(); in ~RTCPReceiver()276 const ReportBlockInfoMap* info_map = &(it->second); in StatisticsReceived()277 ReportBlockInfoMap::const_iterator it_info = info_map->begin(); in StatisticsReceived()606 const ReportBlockInfoMap* info_map = &(it->second); in GetReportBlockInformation()607 ReportBlockInfoMap::const_iterator it_info = info_map->find(remote_ssrc); in GetReportBlockInformation()855 ReportBlockInfoMap* info_map = &(it->second); in HandleBYE()856 ReportBlockInfoMap::iterator it_info = info_map->find( in HandleBYE()
259 ReportBlockInfoMap; typedef261 typedef std::map<uint32_t, ReportBlockInfoMap> ReportBlockMap;