Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dserver_crash_test.cc48 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class
50 ServiceImpl() : bidi_stream_count_(0), response_stream_count_(0) {} in ServiceImpl() function in grpc::testing::__anon7457cbec0111::ServiceImpl
Dclient_crash_test_server.cc47 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service { class