Searched refs:ScopedStringChars (Results 1 – 1 of 1) sorted by relevance
32 class ScopedStringChars {34 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function46 ~ScopedStringChars() { in ~ScopedStringChars()70 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);