Home
last modified time | relevance | path

Searched defs:T (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dscoped_primitive_array.h26 #define POINTER_TYPE(T) T* /* NOLINT */ argument
32 #define REFERENCE_TYPE(T) T& /* NOLINT */ argument
/libnativehelper/
DJniInvocation.cpp42 void UNUSED(const T&) {} in UNUSED()
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp560 constexpr size_t SumUpVector(const nativehelper::detail::ConstexprVector<T, kMaxSize>& vec) { in SumUpVector()