Searched defs:NullableScopedUtfChars (Results 1 – 1 of 1) sorted by relevance
146 class NullableScopedUtfChars { class148 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars() function in art::NullableScopedUtfChars