Lines Matching defs:partial_cmp
626 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
646 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
658 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
670 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
682 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
694 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
706 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
718 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
730 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
742 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
754 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
772 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function