Searched refs:key_compare_with_value (Results 1 – 2 of 2) sorted by relevance
1486 assert_eq!(a.key_compare_with_value(0), ::std::cmp::Ordering::Greater); in struct_key_compare_with_value()1487 assert_eq!(a.key_compare_with_value(1), ::std::cmp::Ordering::Equal); in struct_key_compare_with_value()1488 assert_eq!(a.key_compare_with_value(2), ::std::cmp::Ordering::Less); in struct_key_compare_with_value()1522 assert_eq!(a.key_compare_with_value("AAA"), ::std::cmp::Ordering::Greater); in table_key_compare_with_value()1523 assert_eq!(a.key_compare_with_value("MyMonster"), ::std::cmp::Ordering::Equal); in table_key_compare_with_value()1524 assert_eq!(a.key_compare_with_value("ZZZ"), ::std::cmp::Ordering::Less); in table_key_compare_with_value()
652 pub fn key_compare_with_value(&self, val: u32) -> ::std::cmp::Ordering { in key_compare_with_value() method882 pub fn key_compare_with_value(&self, val: u64) -> ::std::cmp::Ordering { in key_compare_with_value() method1073 pub fn key_compare_with_value(&self, val: & str) -> ::std::cmp::Ordering { in key_compare_with_value() method