Home
last modified time | relevance | path

Searched defs:index (Results 1 – 2 of 2) sorted by relevance

/rust/kernel/
Dstr.rs458 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method
471 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index() method
496 fn index(&self, index: Idx) -> &Self::Output { in index() function
/rust/kernel/alloc/
Dkvec.rs905 fn index(&self, index: I) -> &Self::Output { in index() function