Home
last modified time | relevance | path

Searched defs:grpc_method (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/netsim-cli/src/
Dlib.rs122 let grpc_method = args.command.grpc_method(); in rust_main() localVariable
Drequests.rs20 pub fn grpc_method(&self) -> GrpcMethod { in grpc_method() method
/tools/netsim/src/frontend/
Dfrontend_client.cc189 frontend::GrpcMethod const &grpc_method, in SendGrpc()