Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/tests/
Dcmp.rs182 struct RevInt(isize); in cmp_default() struct
184 impl PartialEq for RevInt { in cmp_default() implementation
186 let RevInt(this) = *self; in cmp_default() localVariable
187 let RevInt(other) = *other; in cmp_default() localVariable
192 impl PartialOrd for RevInt { in cmp_default() implementation
194 let RevInt(this) = *self; in cmp_default() localVariable
195 let RevInt(other) = *other; in cmp_default() localVariable