Searched defs:JStringUTFWrapper (Results 1 – 1 of 1) sorted by relevance
59 class JStringUTFWrapper : public JSmartWrapper<jstring, const char> { class61 explicit JStringUTFWrapper(JNIEnv* env, jstring* str) : JSmartWrapper(env, str) { in JStringUTFWrapper() function in android::__anon4b19d0d90110::JStringUTFWrapper