Searched defs:T (Results 1 – 3 of 3) sorted by relevance
26 #define POINTER_TYPE(T) T* /* NOLINT */ argument32 #define REFERENCE_TYPE(T) T& /* NOLINT */ argument
42 void UNUSED(const T&) {} in UNUSED()
560 constexpr size_t SumUpVector(const nativehelper::detail::ConstexprVector<T, kMaxSize>& vec) { in SumUpVector()