Searched defs:ScopedUtfChars (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/jni/
H A DScopedUtfChars.h28 class ScopedUtfChars { class
30 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { function in class:ScopedUtfChars
35 ScopedUtfChars(ScopedUtfChars&& rhs) : function in class:ScopedUtfChars
42 ~ScopedUtfChars() {
48 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
51 this->~ScopedUtfChars();
53 // Move the rhs ScopedUtfChars and zero it out.
81 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);
[all...]

Completed in 22 milliseconds