Searched refs:ScopedUtfChars (Results 1 – 1 of 1) sorted by relevance
32 class ScopedUtfChars {34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function43 ~ScopedUtfChars() { in ~ScopedUtfChars()66 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);