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(ScopedUtfChars&& rhs) : in ScopedUtfChars() function50 ~ScopedUtfChars() { in ~ScopedUtfChars()56 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {59 this->~ScopedUtfChars();89 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);