Searched defs:partial_cmp (Results 1 – 1 of 1) sorted by relevance
| /tonic/tonic/src/metadata/ |
| H A D | value.rs | 644 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method 672 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() method 679 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() method 700 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method 707 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method 721 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() method 735 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method 749 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method 769 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() function 783 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() method
|