Home
last modified time | relevance | path

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

/third_party/grpc/src/ruby/spec/support/
Dservices.rb83 class TestServerInterceptor < GRPC::ServerInterceptor class
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_interceptor_test.py134 class TestServerInterceptor(AioTestBase): class