Searched refs:ScopedStringChars (Results 1 – 4 of 4) sorted by relevance
34 class ScopedStringChars {36 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function48 ~ScopedStringChars() { in ~ScopedStringChars()72 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);
22 ScopedStringChars ssc(s); in TestCompilationScopedStringChars()
77 * [nativehelper/ScopedStringChars.h](include/nativehelper/ScopedStringChars.h)96 * [nativehelper/ScopedStringChars.h](include/nativehelper/ScopedStringChars.h)
185 ScopedStringChars ssc(env, value); in createString()