Searched refs:VectorGetter (Results 1 - 1 of 1) sorted by relevance

/libnativehelper/
H A DtoStringArray.cpp34 struct VectorGetter { struct
36 VectorGetter(const std::vector<std::string>& strings) : strings(strings) {} function in struct:VectorGetter
44 VectorGetter getter(strings);
45 return toStringArray<VectorCounter, VectorGetter>(env, &counter, &getter);

Completed in 42 milliseconds