Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_string_chars.h34 class ScopedStringChars {
36 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function
48 ~ScopedStringChars() { in ~ScopedStringChars()
72 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);
/libnativehelper/tests/
Dscoped_string_chars_test.cpp22 ScopedStringChars ssc(s); in TestCompilationScopedStringChars()
/libnativehelper/
DREADME.md77 * [nativehelper/ScopedStringChars.h](include/nativehelper/ScopedStringChars.h)
96 * [nativehelper/ScopedStringChars.h](include/nativehelper/ScopedStringChars.h)
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp185 ScopedStringChars ssc(env, value); in createString()