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