Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_primitive_array.h28 #define POINTER_TYPE(T) T* /* NOLINT */ argument
34 #define REFERENCE_TYPE(T) T& /* NOLINT */ argument
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp559 constexpr size_t SumUpVector(const nativehelper::detail::ConstexprVector<T, kMaxSize>& vec) { in SumUpVector()