Searched refs:ScopedBytes (Results 1 – 2 of 2) sorted by relevance
30 class ScopedBytes {32 ScopedBytes(JNIEnv* env, jobject object) in ScopedBytes() function49 ~ScopedBytes() { in ~ScopedBytes()64 DISALLOW_COPY_AND_ASSIGN(ScopedBytes);67 class ScopedBytesRO : public ScopedBytes<true> {69 ScopedBytesRO(JNIEnv* env, jobject object) : ScopedBytes<true>(env, object) {} in ScopedBytesRO()75 class ScopedBytesRW : public ScopedBytes<false> {77 ScopedBytesRW(JNIEnv* env, jobject object) : ScopedBytes<false>(env, object) {} in ScopedBytesRW()
72 * [nativehelper/ScopedBytes.h](include/nativehelper/ScopedBytes.h)91 * [nativehelper/ScopedBytes.h](include/nativehelper/ScopedBytes.h)