Searched refs:width_or_child_width (Results 1 – 2 of 2) sorted by relevance
45 width = std::cmp::max(width, length.width_or_child_width());65 let child_width = x.width_or_child_width();216 let width = length.width_or_child_width(); in store_blob()239 let width = length.width_or_child_width(); in push_bools()362 width = max(width, l.width_or_child_width()); in store_vector()380 let key_width = Value::UInt(keys.width_or_child_width().n_bytes() as u64); in store_vector()
187 pub fn width_or_child_width(&self) -> BitWidth { in width_or_child_width() method234 std::cmp::max(parent_width, self.width_or_child_width()) in packed_type()236 self.width_or_child_width() in packed_type()