Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h30 class ScopedBytes {
32 ScopedBytes(JNIEnv* env, jobject object) in ScopedBytes() function
49 ~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()
/libnativehelper/
DREADME.md72 * [nativehelper/ScopedBytes.h](include/nativehelper/ScopedBytes.h)
91 * [nativehelper/ScopedBytes.h](include/nativehelper/ScopedBytes.h)