Searched defs:same_size (Results 1 – 2 of 2) sorted by relevance
251 let same_size: [u8; 4] = [0, 1, 2, 3]; in TinyVec_from_slice_impl() localVariable
118 template <typename T> struct same_size { struct119 template <typename U> using as = bool_constant<sizeof(T) == sizeof(U)>;