Searched refs:check_overflow (Results 1 – 4 of 4) sorted by relevance
37 pub fn check_overflow(_at: AttrType, got: usize, max: usize) -> Result<()> { in check_overflow() function
62 check_overflow(self.attr, text.len(), max_len)?; in add_to()
39 check_overflow( in add_to()
148 check_overflow( in get_from_as()