Searched defs:copy_index (Results 1 – 2 of 2) sorted by relevance
153 pub fn copy_index(&mut self) -> Result<(), HintErrorKind> { in copy_index() method284 fn copy_index() { in copy_index() function
53 const size_t copy_index = (begin_index_ + position) % capacity_; in CopyTo() local