Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc146 string_ref auth_md_value = auth_md->second; in Process() local
147 if (auth_md_value == kGoodGuy) { in Process()
157 string(auth_md_value.data(), auth_md_value.length())); in Process()