Home
last modified time | relevance | path

Searched refs:EMPTY_UNARY (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h39 EMPTY_UNARY, enumerator
59 {EMPTY_UNARY, "empty_unary"},
Dstress_interop_client.cc120 case EMPTY_UNARY: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
D_intraop_test_case.py27 methods.TestCase.EMPTY_UNARY.test_interoperability(self.stub, None)
Dmethods.py424 EMPTY_UNARY = 'empty_unary' variable in TestCase
444 if self is TestCase.EMPTY_UNARY:
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py40 await methods.test_interoperability(methods.TestCase.EMPTY_UNARY,
Dmethods.py397 EMPTY_UNARY = 'empty_unary' variable in TestCase
418 TestCase.EMPTY_UNARY: _empty_unary,