Home
last modified time | relevance | path

Searched refs:try_resize (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs96 pub fn try_resize(&mut self, len: usize, value: bigint::Limb) -> Option<()> { in try_resize() functions
H A Dstackvec.rs199 pub fn try_resize(&mut self, len: usize, value: bigint::Limb) -> Option<()> { in try_resize() functions
H A Dbigint.rs479 x.try_resize(y.len() + start, 0)?; in large_add_from()
485 // We panicked in `try_resize` if this wasn't true. in large_add_from()
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs30 x.try_resize(6, 0).unwrap(); in simple_test()
33 x.try_resize(0, 0).unwrap(); in simple_test()

Completed in 3 milliseconds