Lines Matching refs:tx_count
359 pub tx_count: ::std::option::Option<i32>, field
446 pub fn tx_count(&self) -> i32 { in tx_count() method
447 self.tx_count.unwrap_or(0) in tx_count()
451 self.tx_count = ::std::option::Option::None; in clear_tx_count()
455 self.tx_count.is_some() in has_tx_count()
460 self.tx_count = ::std::option::Option::Some(v); in set_tx_count()
540 |m: &NetsimRadioStats| { &m.tx_count }, in generated_message_descriptor_data()
541 |m: &mut NetsimRadioStats| { &mut m.tx_count }, in generated_message_descriptor_data()
591 self.tx_count = ::std::option::Option::Some(is.read_int32()?); in merge_from()
626 if let Some(v) = self.tx_count { in compute_size()
657 if let Some(v) = self.tx_count { in write_to_with_cached_sizes()
692 self.tx_count = ::std::option::Option::None; in clear()
705 tx_count: ::std::option::Option::None, in default_instance()