Searched defs:max (Results 1 – 4 of 4) sorted by relevance
155 let mut max = 0u64; in test_new_session_id() localVariable
120 pub max: Option<T>, field176 pub fn max<U>(mut self, max: U) -> Self in max() method295 let max = if max_is_some { Some(2) } else { None }; in is_required() localVariable341 let max = if max_is_some { Some(2) } else { None }; in constraint() localVariable
36 pub max: Option<T>, field
416 let max = self.max_channels(); in generate_and_set_data_channel_id() localVariable