Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/qps/
Dqps_worker.h48 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args) { in InProcessChannel() function
Dserver_callback.cc123 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::CallbackServer
Dserver_sync.cc181 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::SynchronousServer
Dserver_async.cc196 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::AsyncQpsServerTest
/third_party/grpc/src/cpp/server/
Dserver_cc.cc996 std::shared_ptr<grpc::Channel> Server::InProcessChannel( in InProcessChannel() function in grpc::Server