Searched refs:tx_bytes (Results 1 – 3 of 3) sorted by relevance
364 pub tx_bytes: ::std::option::Option<i32>, field485 pub fn tx_bytes(&self) -> i32 { in tx_bytes() method486 self.tx_bytes.unwrap_or(0) in tx_bytes()490 self.tx_bytes = ::std::option::Option::None; in clear_tx_bytes()494 self.tx_bytes.is_some() in has_tx_bytes()499 self.tx_bytes = ::std::option::Option::Some(v); in set_tx_bytes()551 |m: &NetsimRadioStats| { &m.tx_bytes }, in generated_message_descriptor_data()552 |m: &mut NetsimRadioStats| { &mut m.tx_bytes }, in generated_message_descriptor_data()598 self.tx_bytes = ::std::option::Option::Some(is.read_int32()?); in merge_from()633 if let Some(v) = self.tx_bytes { in compute_size()[all …]
54 optional int32 tx_bytes = 6; field
133 optional int32 tx_bytes = 2; field