Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/prettyplease/src/
Dalgorithm.rs186 pub fn end_with_max_width(&mut self, max: isize) { in end_with_max_width() method
Dexpr.rs860 self.end_with_max_width(34); in expr_struct()