Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h75 class ScopedBytesRW : public ScopedBytes<false> {
77 ScopedBytesRW(JNIEnv* env, jobject object) : ScopedBytes<false>(env, object) {} in ScopedBytesRW() function
/libnativehelper/tests/
Dscoped_bytes_test.cpp29 ScopedBytesRW sb(env, o); in TestCompilationScopedBytesRW()