Home
last modified time | relevance | path

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

/tools/netsim/src/frontend/
Dfrontend_client_stub.cc32 std::unique_ptr<frontend::FrontendService::Stub> NewFrontendClient() { in NewFrontendClient() function
Dfrontend_client.cc230 std::unique_ptr<FrontendClient> NewFrontendClient() { in NewFrontendClient() function
/tools/netsim/rust/frontend-client-cxx/src/
Dlib.rs62 pub fn NewFrontendClient() -> UniquePtr<FrontendClient>; in NewFrontendClient() function