Home
last modified time | relevance | path

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

/libnativehelper/tests/
Dscoped_primitive_array_test.cpp24 sba.get(); in TestScopedPrimitiveArrayRO()
31 sba.get(); in TestCompilationRW()
Dscoped_string_chars_test.cpp23 ssc.get(); in TestCompilationScopedStringChars()
Dscoped_local_ref_test.cpp24 slr1.get(); in TestScopedLocalRef()
/libnativehelper/include/nativehelper/
DtoStringArray.h40 env->SetObjectArrayElement(result.get(), i, s.get()); in toStringArray()
/libnativehelper/header_only_include/nativehelper/
Dscoped_primitive_array.h72 const PRIMITIVE_TYPE* get() const { return mRawArray; } \
123 const PRIMITIVE_TYPE* get() const { return mRawArray; } \
126 POINTER_TYPE(PRIMITIVE_TYPE) get() { return mRawArray; } \
Dscoped_string_chars.h54 const jchar* get() const { in get() function
Dscoped_local_ref.h57 T get() const { in get() function
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp88 return jniCreateString(env, ssc.get(), ssc.size()); in createString()