Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php35 private $check_auth_context = false; variable in Grpc\\Testing\\RequestParams
182 return $this->check_auth_context;
193 $this->check_auth_context = $var;
/external/grpc-grpc/src/proto/grpc/testing/
Decho_messages.proto38 bool check_auth_context = 5; field
41 string expected_client_identity = 8; // will force check_auth_context.
/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc153 request->param().check_auth_context())) { in Echo()