Home
last modified time | relevance | path

Searched defs:PatchCaptureRequest (Results 1 – 5 of 5) sorted by relevance

/tools/netsim/rust/proto/src/
Dfrontend_grpc.rs339 req: &super::frontend::PatchCaptureRequest, in patch_capture_opt()
347 req: &super::frontend::PatchCaptureRequest, in patch_capture()
354 req: &super::frontend::PatchCaptureRequest, in patch_capture_async_opt()
362 req: &super::frontend::PatchCaptureRequest, in patch_capture_async()
481 _req: super::frontend::PatchCaptureRequest, in patch_capture()
Dfrontend.rs1187 pub struct PatchCaptureRequest { struct
1191 // @@protoc_insertion_point(field:netsim.frontend.PatchCaptureRequest.patch) argument
1194 // @@protoc_insertion_point(special_field:netsim.frontend.PatchCaptureRequest.special_fields) argument
1198 impl<'a> ::std::default::Default for &'a PatchCaptureRequest { implementation
1204 impl PatchCaptureRequest { implementation
1230 impl ::protobuf::Message for PatchCaptureRequest { implementation
1309 impl ::protobuf::MessageFull for PatchCaptureRequest { implementation
1316 impl ::std::fmt::Display for PatchCaptureRequest { implementation
1322 impl ::protobuf::reflect::ProtobufValue for PatchCaptureRequest { implementation
/tools/netsim/rust/daemon/src/grpc_server/
Dfrontend.rs78 _req: netsim_proto::frontend::PatchCaptureRequest, in patch_capture()
/tools/netsim/rust/frontend/src/
Dnetsim_test_server.rs68 _req: netsim_proto::frontend::PatchCaptureRequest, in patch_capture()
/tools/netsim/proto/netsim/
Dfrontend.proto145 message PatchCaptureRequest { message