Home
last modified time | relevance | path

Searched refs:other_inner (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dref.rs938 let other_inner: &T = other; in cmp() localVariable
939 inner.cmp(other_inner) in cmp()
951 let other_inner: &T = other; in partial_cmp() localVariable
952 inner.partial_cmp(other_inner) in partial_cmp()