Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_utf_chars.h44 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
53 ScopedUtfChars(ScopedUtfChars&& rhs) noexcept : in ScopedUtfChars() function