Searched defs:T (Results 1 – 2 of 2) sorted by relevance
28 #define POINTER_TYPE(T) T* /* NOLINT */ argument34 #define REFERENCE_TYPE(T) T& /* NOLINT */ argument
559 constexpr size_t SumUpVector(const nativehelper::detail::ConstexprVector<T, kMaxSize>& vec) { in SumUpVector()