Searched refs:ScopedStringChars (Results 1 – 1 of 1) sorted by relevance
31 class ScopedStringChars {33 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function45 ~ScopedStringChars() { in ~ScopedStringChars()69 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);