Home
last modified time | relevance | path

Searched refs:CUSTOM_METADATA (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h55 CUSTOM_METADATA enumerator
75 {CUSTOM_METADATA, "custom_metadata"}};
Dstress_interop_client.cc184 case CUSTOM_METADATA: { in RunTest()
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dlocal_interop_test.py88 await methods.test_interoperability(methods.TestCase.CUSTOM_METADATA,
Dmethods.py409 CUSTOM_METADATA = "custom_metadata" variable in TestCase
430 TestCase.CUSTOM_METADATA: _custom_metadata,
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py435 CUSTOM_METADATA = "custom_metadata" variable in TestCase
468 elif self is TestCase.CUSTOM_METADATA: