Home
last modified time | relevance | path

Searched refs:ScopedUtfChars (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dscoped_utf_chars.h34 class ScopedUtfChars {
36 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
45 ScopedUtfChars(ScopedUtfChars&& rhs) noexcept : in ScopedUtfChars() function
52 ~ScopedUtfChars() { in ~ScopedUtfChars()
58 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) noexcept {
61 this->~ScopedUtfChars();
91 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);