Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DtoStringArray.cpp30 struct VectorGetter { struct
32 VectorGetter(const std::vector<std::string>& strings) : strings(strings) {} in VectorGetter() argument
40 VectorGetter getter(strings); in toStringArray() argument