Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_context_impl.h299 void set_authority(const std::string& authority) { authority_ = authority; } in set_authority() function
Dclient_context.h307 void set_authority(const std::string& authority) { authority_ = authority; } in set_authority() function
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc1701 context.set_authority("foo.test.youtube.com"); in TEST_P()