Searched refs:u64 (Results 1 – 10 of 10) sorted by relevance
26 pub field5: ::std::vec::Vec<u64>,111 pub field21: u64,125 pub field207: u64,127 pub field300: u64,
96 const SECONDS_IN_HOUR: u64 = 60 * 60;97 const SECONDS_IN_MINUTE: u64 = 60;127 let timeout_value: u64 = timeout_value.parse().map_err(|_| val)?; in try_parse_grpc_timeout()
22 b.bytes = body.len() as u64;80 SizeHint::with_exact(self.data.len() as u64) in size_hint()
38 group.throughput(Throughput::Bytes(size.len() as u64)); in bench_throughput()
88 group.throughput(Throughput::Bytes(size.len() as u64)); in bench_throughput()
74 tokio::time::sleep(Duration::from_micros(param.interval_us as u64)).await; in streaming_output_call()129 tokio::time::sleep(Duration::from_micros(param.interval_us as u64)).await; in full_duplex_call()
127 let retry_info = RetryInfo::new(Some(Duration::from_secs(u64::MAX))); in gen_retry_info()
524 from_u64: u64 => 20,899 fn hash(value: Amv) -> u64 { in test_ascii_value_hash() argument922 fn hash(value: Bmv) -> u64 { in test_valid_binary_value_hash() argument944 fn hash(value: Bmv) -> u64 { in test_invalid_binary_value_hash() argument
25 pub(crate) rate_limit: Option<(u64, Duration)>,207 pub fn rate_limit(self, limit: u64, duration: Duration) -> Self { in rate_limit() argument
78 const DEFAULT_HTTP2_KEEPALIVE_TIMEOUT_SECS: u64 = 20;