Home
last modified time | relevance | path

Searched defs:VectorCounter (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/
DtoStringArray.cpp27 struct VectorCounter { struct
29 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} in VectorCounter() argument
43 VectorCounter counter(strings); in toStringArray() argument