Searched defs:ScopedUtfChars (Results 1 – 1 of 1) sorted by relevance
30 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function35 ScopedUtfChars(ScopedUtfChars&& rhs) : in ScopedUtfChars() function