Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dqps_worker.h48 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args) { in InProcessChannel() function
Dserver_sync.cc177 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::SynchronousServer
Dserver_async.cc190 std::shared_ptr<Channel> InProcessChannel( in InProcessChannel() function in grpc::testing::AsyncQpsServerTest
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc472 std::shared_ptr<Channel> Server::InProcessChannel( in InProcessChannel() function in grpc::Server