Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h67 class ScopedBytesRO : public ScopedBytes<true> {
69 ScopedBytesRO(JNIEnv* env, jobject object) : ScopedBytes<true>(env, object) {} in ScopedBytesRO() function
/libnativehelper/tests/
Dscoped_bytes_test.cpp23 ScopedBytesRO sb(env, o); in TestCompilationScopedBytesRO()