Searched refs:ScopedUtfChars (Results 1 – 1 of 1) sorted by relevance
34 class ScopedUtfChars {36 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function45 ScopedUtfChars(ScopedUtfChars&& rhs) noexcept : in ScopedUtfChars() function52 ~ScopedUtfChars() { in ~ScopedUtfChars()58 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) noexcept {61 this->~ScopedUtfChars();91 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);