Home
last modified time | relevance | path

Searched defs:count (Results 1 – 4 of 4) sorted by relevance

/libnativehelper/include/nativehelper/
DtoStringArray.h28 jobjectArray toStringArray(JNIEnv* env, size_t count, StringVisitor&& visitor) { in toStringArray()
53 size_t count = 0; in toStringArray() local
/libnativehelper/tests_mts/jni/
Djni_invocation_test.cpp21 jsize count; in TEST_F() local
/libnativehelper/tests/
Dlibnativehelper_lazy_test.cpp59 jsize count = 0; in TEST_F() local
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h560 size_t count = 0; variable
913 constexpr bool IsJniParameterCountValid(NativeKind native_kind, size_t count) { in IsJniParameterCountValid()