Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_string_chars.h32 class ScopedStringChars {
34 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function
46 ~ScopedStringChars() { in ~ScopedStringChars()
70 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);