Searched refs:Ordering (Results 1 – 4 of 4) 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() argument 651 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() argument 672 fn partial_cmp(&self, other: &str) -> Option<cmp::Ordering> { in partial_cmp() argument 679 fn partial_cmp(&self, other: &[u8]) -> Option<cmp::Ordering> { in partial_cmp() argument 700 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() argument 707 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() argument 721 fn partial_cmp(&self, other: &String) -> Option<cmp::Ordering> { in partial_cmp() argument 735 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() argument 749 fn partial_cmp(&self, other: &MetadataValue<VE>) -> Option<cmp::Ordering> { in partial_cmp() argument 769 fn partial_cmp(&self, other: &&'a T) -> Option<cmp::Ordering> { in partial_cmp() argument [all …]
|
| /tonic/examples/src/dynamic_load_balance/ |
| H A D | client.rs | 12 use std::sync::atomic::{AtomicBool, Ordering::SeqCst};
|
| /tonic/tests/compression/src/ |
| H A D | lib.rs | 8 atomic::{AtomicUsize, Ordering::SeqCst},
|
| H A D | util.rs | 10 atomic::{AtomicUsize, Ordering::SeqCst},
|