Lines Matching full:c64
813 c2_cntr64_t c64; ///< c2_cntr64_t value
822 Primitive(c2_cntr64_t value) : c64(value) { }
842 static_assert(sizeof(u64) == sizeof(c64), "");
848 static_assert(offsetof(Primitive, u64) == offsetof(Primitive, c64), "");
925 template<> inline const c2_cntr64_t &C2Value::Primitive::ref<c2_cntr64_t>() const { return c64; }