Searched refs:LossInfoKey (Results 1 – 3 of 3) sorted by relevance
/packages/modules/StatsD/lib/libstatssocket/ |
D | stats_socket_loss_reporter.h | 76 using LossInfoKey = std::pair<int, int>; // [error, tag] variable 79 std::unordered_map<LossInfoKey, int, HashPair> mLossInfo;
|
D | stats_socket_loss_reporter.cpp | 67 const LossInfoKey key = std::make_pair(error, atomId); in noteDrop() 104 const LossInfoKey& key = lossInfoIt->first; in dumpAtomsLossStats()
|
/packages/modules/StatsD/statsd/benchmark/ |
D | loss_info_container_benchmark.cpp | 136 using LossInfoKey = std::pair<int, int>; // [error, tag] typedef 145 LossInfoKey key = std::make_pair(error, tag); in noteLossInfo() 204 LossInfoMap<std::unordered_map<LossInfoKey, int, hash_pair>> lossInfo; in BM_LossInfoCollectionAndDumpViaUnorderedMap()
|