Searched refs:key_compare_with_value (Results 1 – 2 of 2) sorted by relevance
1675 assert_eq!(a.key_compare_with_value(0), ::std::cmp::Ordering::Greater); in struct_key_compare_with_value()1676 assert_eq!(a.key_compare_with_value(1), ::std::cmp::Ordering::Equal); in struct_key_compare_with_value()1677 assert_eq!(a.key_compare_with_value(2), ::std::cmp::Ordering::Less); in struct_key_compare_with_value()1711 assert_eq!(a.key_compare_with_value("AAA"), ::std::cmp::Ordering::Greater); in table_key_compare_with_value()1712 assert_eq!(a.key_compare_with_value("MyMonster"), ::std::cmp::Ordering::Equal); in table_key_compare_with_value()1713 assert_eq!(a.key_compare_with_value("ZZZ"), ::std::cmp::Ordering::Less); in table_key_compare_with_value()
745 pub fn key_compare_with_value(&self, val: u32) -> ::std::cmp::Ordering { in key_compare_with_value() method987 pub fn key_compare_with_value(&self, val: u64) -> ::std::cmp::Ordering { in key_compare_with_value() method1184 pub fn key_compare_with_value(&self, val: & str) -> ::std::cmp::Ordering { in key_compare_with_value() method