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