Searched defs:LossInfoVector (Results 1 – 1 of 1) sorted by relevance
89 struct LossInfoVector { struct93 std::vector<int> errors;94 std::vector<int> tags;95 std::vector<int> counts;97 bool noteLossInfo(int error, int tag) { in noteLossInfo()