Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DtoStringArray.h48 struct VectorCounter { struct
50 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {} in VectorCounter() argument
64 VectorCounter counter(strings); in toStringArray() argument
66 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter); in toStringArray()