Home
last modified time | relevance | path

Searched defs:try_extend (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/unicode-width/scripts/
Dunicode.py196 def try_extend(self, attempt: "Bucket") -> bool: member in Bucket
/third_party/rust/crates/minimal-lexical/src/
Dheapvec.rs86 pub fn try_extend(&mut self, slc: &[bigint::Limb]) -> Option<()> { in try_extend() method
Dstackvec.rs145 pub fn try_extend(&mut self, slc: &[bigint::Limb]) -> Option<()> { in try_extend() method