Home
last modified time | relevance | path

Searched refs:get_capture (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/proto/src/
Dstats.rs834 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()
[all …]
Dfrontend_grpc.rs406 pub fn get_capture( in get_capture() method
494 fn get_capture( in get_capture() method
555 move |ctx, req, resp| instance.get_capture(ctx, req, resp), in create_frontend_service()
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs93 fn get_capture( in get_capture() method
/tools/netsim/rust/frontend/src/
Dnetsim_test_server.rs83 fn get_capture( in get_capture() method
/tools/netsim/proto/netsim/
Dstats.proto71 optional uint32 get_capture = 10; field
/tools/netsim/rust/cli/src/
Dlib.rs57 client.get_capture( in perform_streaming_request()