Lines Matching defs:partial_cmp
636 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
656 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method
668 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
680 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method
692 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
704 fn partial_cmp(&self, other: &Vec<u8>) -> Option<cmp::Ordering> { in partial_cmp() method
716 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
728 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method
740 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
752 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
764 fn partial_cmp(&self, other: &Bytes) -> Option<cmp::Ordering> { in partial_cmp() method
782 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function