Home
last modified time | relevance | path

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

/libnativehelper/
DtoStringArray.cpp25 const char* const* strings; member
37 const char* const* strings; member
44 jobjectArray toStringArray(JNIEnv* env, const char* const* strings) { in toStringArray()
/libnativehelper/include/nativehelper/
DtoStringArray.h49 const std::vector<std::string>& strings; member
56 const std::vector<std::string>& strings; member
63 inline jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) { in toStringArray()