Searched refs:GetTotalLen (Results 1 – 2 of 2) sorted by relevance
103 uint64_t GetTotalLen() const in GetTotalLen() function118 std::cout << GetTotalLen() << sep; in Print()
105 static uint64_t GetTotalLen(const StatsRsp &rsp) in GetTotalLen() function123 cout << setw(LENGTH_W) << Size2Str(GetTotalLen(rsp)) << colCmd; in PrintStats()149 return GetTotalLen(a.stats) > GetTotalLen(b.stats); in SortByLens()