Searched refs:kDebugInfoTrailerKey (Results 1 – 3 of 3) sorted by relevance
35 const char* const kDebugInfoTrailerKey = "debug-info-bin"; variable
147 context->AddTrailingMetadata(kDebugInfoTrailerKey, serialized_debug_info); in Echo()
1200 EXPECT_EQ(1u, trailers.count(kDebugInfoTrailerKey)); in TEST_P()1201 auto iter = trailers.find(kDebugInfoTrailerKey); in TEST_P()