Home
last modified time | relevance | path

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

/libnativehelper/include_deprecated/
DScopedStringChars.h31 class ScopedStringChars {
33 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function
45 ~ScopedStringChars() { in ~ScopedStringChars()
69 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);
/libnativehelper/include/nativehelper/
DScopedStringChars.h31 class ScopedStringChars {
33 ScopedStringChars(JNIEnv* env, jstring s) : env_(env), string_(s), size_(0) { in ScopedStringChars() function
45 ~ScopedStringChars() { in ~ScopedStringChars()
69 DISALLOW_COPY_AND_ASSIGN(ScopedStringChars);