Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DtoStringArray.cpp23 struct VectorCounter { struct
25 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} in VectorCounter() function
39 VectorCounter counter(strings); in toStringArray() argument
41 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter); in toStringArray()