Searched refs:VectorCounter (Results 1 – 1 of 1) sorted by relevance
48 struct VectorCounter { struct50 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} in VectorCounter() argument64 VectorCounter counter(strings); in toStringArray() argument66 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter); in toStringArray()