Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs34 vec.try_extend(x)?; in try_from()
86 pub fn try_extend(&mut self, slc: &[bigint::Limb]) -> Option<()> { in try_extend() functions
H A Dstackvec.rs33 vec.try_extend(x)?; in try_from()
145 pub fn try_extend(&mut self, slc: &[bigint::Limb]) -> Option<()> { in try_extend() functions
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py184 list overlaps with another's width list, those buckets can be merged via `try_extend`."""
196 def try_extend(self, attempt: "Bucket") -> bool: member in Bucket
273 if existing.try_extend(bucket):
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs27 x.try_extend(&[2, 3, 4]).unwrap(); in simple_test()

Completed in 3 milliseconds