Home
last modified time | relevance | path

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

/libnativehelper/
DtoStringArray.cpp60 struct ArrayGetter { struct
62 ArrayGetter(const char* const* strings) : strings(strings) {} in ArrayGetter() function
70 ArrayGetter getter(strings); in toStringArray() argument