Home
last modified time | relevance | path

Searched refs:kDebugInfoTrailerKey (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.h35 const char* const kDebugInfoTrailerKey = "debug-info-bin"; variable
Dtest_service_impl.cc147 context->AddTrailingMetadata(kDebugInfoTrailerKey, serialized_debug_info); in Echo()
Dend2end_test.cc1200 EXPECT_EQ(1u, trailers.count(kDebugInfoTrailerKey)); in TEST_P()
1201 auto iter = trailers.find(kDebugInfoTrailerKey); in TEST_P()