Searched defs:VectorCounter (Results 1 – 1 of 1) sorted by relevance
23 struct VectorCounter { struct25 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} in VectorCounter() argument39 VectorCounter counter(strings); in toStringArray() argument