Home
last modified time | relevance | path

Searched refs:width_or_child_width (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs46 width = std::cmp::max(width, length.width_or_child_width());
66 let child_width = x.width_or_child_width();
215 let width = length.width_or_child_width(); in store_blob()
238 let width = length.width_or_child_width(); in push_bools()
361 width = max(width, l.width_or_child_width()); in store_vector()
379 let key_width = Value::UInt(keys.width_or_child_width().n_bytes() as u64); in store_vector()
Dvalue.rs187 pub fn width_or_child_width(&self) -> BitWidth { in width_or_child_width() method
234 std::cmp::max(parent_width, self.width_or_child_width()) in packed_type()
236 self.width_or_child_width() in packed_type()