Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DScopedUtfChars.h32 class ScopedUtfChars {
34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
43 ScopedUtfChars(ScopedUtfChars&& rhs) : in ScopedUtfChars() function
50 ~ScopedUtfChars() { in ~ScopedUtfChars()
56 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
59 this->~ScopedUtfChars();
89 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);