Home
last modified time | relevance | path

Searched refs:BinaryProtobuf (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/cli/src/
Drequests.rs53 use args::{BinaryProtobuf, NetsimArgs};
88 expected_request_byte_str: BinaryProtobuf, in test_command() argument
101 fn get_expected_radio(name: &str, radio_type: &str, state: &str) -> BinaryProtobuf { in get_expected_radio() argument
214 fn get_expected_move(name: &str, x: f32, y: f32, z: Option<f32>) -> BinaryProtobuf { in get_expected_move() argument
Dlib.rs37 use args::{BinaryProtobuf, GetCapture, NetsimArgs};
47 req: &BinaryProtobuf, in perform_streaming_request() argument
Dargs.rs44 pub type BinaryProtobuf = Vec<u8>; typedef
95 pub fn get_request_bytes(&self) -> BinaryProtobuf { in get_request_bytes() argument
230 pub fn get_requests(&mut self, client: &cxx::UniquePtr<FrontendClient>) -> Vec<BinaryProtobuf> { in get_requests() argument