Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DtoStringArray.h55 struct VectorGetter { struct
57 VectorGetter(const std::vector<std::string>& strings) : strings(strings) {} in VectorGetter() argument
65 VectorGetter getter(strings); in toStringArray() argument