Searched defs:grpc_port (Results 1 – 5 of 5) sorted by relevance
51 explicit RootFacadeService(int grpc_port) : grpc_port_(grpc_port) {} in RootFacadeService()162 …GrpcRootServer::StartServer(const std::string& address, int grpc_root_server_port, int grpc_port) { in StartServer()
114 int grpc_port = 8899; in main() local
53 let grpc_port = *matches.get_one::<u16>("grpc-port").unwrap(); in async_main() localVariable
11 "grpc_port": "8899", string
81 let grpc_port = *matches.get_one::<u16>("grpc-port").unwrap(); in async_main() localVariable