Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 6 of 6) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h88 template <typename T1, typename T2, std::size_t... I> \
89 constexpr auto OPERATOR_NAME##_VS(const T1& t1, const T2& t2, std::index_sequence<I...>); \
90 template <typename T1, typename T2, std::size_t... I> \
91 constexpr auto OPERATOR_NAME##_VV(const T1& t1, const T2& t2, std::index_sequence<I...>); \
92 template <typename T1, typename T2, \
93 std::enable_if_t<is_variadic<T1>::value && !is_variadic<T2>::value, int> = 0> \
94 constexpr auto operator OPERATOR(const T1& t1, const T2& t2) { \
97 template <typename T1, typename T2, \
98 std::enable_if_t<!is_variadic<T1>::value && is_variadic<T2>::value, int> = 0> \
99 constexpr auto operator OPERATOR(const T1& t1, const T2& t2) { \
[all …]
DStatistics.h136 template <typename T, typename T2=void> struct StatisticsConstants;
/system/gatekeeper/include/gatekeeper/
DUniquePtr.h90 template <typename T2> bool operator==(const UniquePtr<T2>& p) const;
91 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const;
/system/keymaster/include/keymaster/
DUniquePtr.h116 template <typename T2> bool operator==(const UniquePtr<T2>& p) const;
117 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const;
/system/bt/embdrv/sbc/decoder/include/
Doi_time.h120 int16_t OI_Time_Compare(OI_TIME* T1, OI_TIME* T2);
/system/core/base/include/android-base/
Dlogging.h403 #define EAGER_PTR_EVALUATOR(T1, T2) \ argument
405 struct EagerEvaluator<T1, T2> { \
406 EagerEvaluator(T1 l, T2 r) \