Home
last modified time | relevance | path

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

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