Searched defs:LossInfoVector (Results 1 – 1 of 1) sorted by relevance
103 struct LossInfoVector { struct107 std::vector<int> errors;108 std::vector<int> tags;109 std::vector<int> counts;111 bool noteLossInfo(int error, int tag) { in noteLossInfo()