Home
last modified time | relevance | path

Searched defs:LossInfoVector (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/benchmark/
Dloss_info_container_benchmark.cpp89 struct LossInfoVector { struct
93 std::vector<int> errors;
94 std::vector<int> tags;
95 std::vector<int> counts;
97 bool noteLossInfo(int error, int tag) { in noteLossInfo()