Searched refs:c2_cntr_t (Results 1 – 3 of 3) sorted by relevance
190 class C2_HIDE c2_cntr_t; variable207 inline static constexpr T get(const c2_cntr_t<U, void> &value) { in get()236 class C2_HIDE c2_cntr_t {249 inline constexpr c2_cntr_t() : mValue(T(0)) {} in c2_cntr_t() function255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {} in c2_cntr_t() function292 inline constexpr operator c2_cntr_t<U>() {293 return c2_cntr_t<U>(mValue);302 attrib inline c2_cntr_t<T>& operator op_assign(const U &value) { \308 attrib inline constexpr c2_cntr_t<T> operator op(const U &value) const { \309 return c2_cntr_t<T>(mValue op compat::get(value)); \[all …]
116 using c8_t = c2_cntr_t<uint8_t>; in c2_cntr_static_test()
160 std::ostream& operator<<(std::ostream &os, const c2_cntr_t<T> &v) { in operator <<()