Home
last modified time | relevance | path

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

/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);