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.rb86 class TestServerInterceptor < GRPC::ServerInterceptor class
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dserver_interceptor_test.py176 class TestServerInterceptor(AioTestBase): class