Searched defs:cmp (Results 1 – 4 of 4) sorted by relevance
17 int (*cmp)(void *a, void *b); // 比较函数 a>b 返回1, a==b返回0, a<b返回-1 member
603 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() method
1158 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() method
73 fn cmp(&self, other: &NodePtr<K, V>) -> Ordering { in cmp() method