Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h270 void set_authority(const grpc::string& authority) { authority_ = authority; } in set_authority() function
/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc1467 context.set_authority("foo.test.youtube.com"); in TEST_P()