Lines Matching refs:get_capture
834 pub get_capture: ::std::option::Option<u32>, field
1024 pub fn get_capture(&self) -> u32 { in get_capture() method
1025 self.get_capture.unwrap_or(0) in get_capture()
1029 self.get_capture = ::std::option::Option::None; in clear_get_capture()
1033 self.get_capture.is_some() in has_get_capture()
1038 self.get_capture = ::std::option::Option::Some(v); in set_get_capture()
1091 |m: &NetsimFrontendStats| { &m.get_capture }, in generated_message_descriptor_data()
1092 |m: &mut NetsimFrontendStats| { &mut m.get_capture }, in generated_message_descriptor_data()
1140 self.get_capture = ::std::option::Option::Some(is.read_uint32()?); in merge_from()
1181 if let Some(v) = self.get_capture { in compute_size()
1217 if let Some(v) = self.get_capture { in write_to_with_cached_sizes()
1246 self.get_capture = ::std::option::Option::None; in clear()
1261 get_capture: ::std::option::Option::None, in default_instance()