Home
last modified time | relevance | path

Searched defs:SetupCtx (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc326 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx() function in grpc::testing::AsyncUnaryClient
509 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx() function in grpc::testing::AsyncStreamingPingPongClient
640 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx() function in grpc::testing::AsyncStreamingFromClientClient
755 static ClientRpcContext* SetupCtx(BenchmarkService::Stub* stub, in SetupCtx() function in grpc::testing::AsyncStreamingFromServerClient
921 static ClientRpcContext* SetupCtx(grpc::GenericStub* stub, in SetupCtx() function in grpc::testing::GenericAsyncStreamingClient
/external/boringssl/src/ssl/test/
Dtest_config.cc1152 bssl::UniquePtr<SSL_CTX> TestConfig::SetupCtx(SSL_CTX *old_ctx) const { in SetupCtx() function in TestConfig