Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/StatsD/statsd/benchmark/
Dloss_info_container_benchmark.cpp103 struct LossInfoVector { struct
107 std::vector<int> errors;
108 std::vector<int> tags;
109 std::vector<int> counts;
111 bool noteLossInfo(int error, int tag) { in noteLossInfo()