/third_party/grpc/ |
D | libgrpcxx.map | 9 …"grpc::CreateChannel(std::__h::basic_string<char, std::__h::char_traits<char>, std::__h::allocator… 21 …"grpc::CreateChannel(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator…
|
/third_party/grpc/test/cpp/end2end/ |
D | server_interceptors_end2end_test.cc | 271 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F() 315 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F() 325 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F() 335 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F() 366 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F() 439 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F() 521 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F() 624 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F() 677 grpc::CreateChannel(server_address, InsecureChannelCredentials()); in TEST_F()
|
D | server_load_reporting_end2end_test.cc | 96 grpc::CreateChannel(server_address_, InsecureChannelCredentials())); in ClientMakeEchoCalls() 126 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
|
D | server_crash_test_client.cc | 42 grpc::CreateChannel(FLAGS_address, grpc::InsecureChannelCredentials())); in main()
|
D | delegating_channel_test.cc | 75 auto channel = CreateChannel(server_address_, InsecureChannelCredentials()); in TEST_F()
|
D | time_change_test.cc | 143 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in SetUpTestCase() 153 grpc::CreateChannel(server_address_, InsecureChannelCredentials()); in SetUp()
|
D | client_crash_test.cc | 63 grpc::CreateChannel(addr, InsecureChannelCredentials())); in CreateServerAndStub()
|
D | streaming_throughput_test.cc | 148 std::shared_ptr<Channel> channel = grpc::CreateChannel( in ResetStub()
|
D | proto_server_reflection_test.cc | 58 grpc::CreateChannel(target, InsecureChannelCredentials()); in ResetStub()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 52 grpc_channel* CreateChannel(const char* target, const grpc_channel_args* args, in CreateChannel() function 110 grpc_channel* channel = grpc_core::CreateChannel(target, new_args, &error); in grpc_insecure_channel_create()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_opencensus_plugin.cc | 90 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusDisabled() 113 grpc::testing::EchoTestService::NewStub(grpc::CreateChannel( in BM_E2eLatencyCensusEnabled()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 130 grpc_channel* CreateChannel(const char* target, const grpc_channel_args* args, in CreateChannel() function 197 channel = grpc_core::CreateChannel(target, new_args, &error); in grpc_secure_channel_create()
|
/third_party/grpc/include/grpcpp/ |
D | create_channel.h | 37 std::shared_ptr<Channel> CreateChannel(
|
/third_party/grpc/test/cpp/qps/ |
D | benchmark_config.cc | 80 "RpcReporter", grpc::CreateChannel(FLAGS_rpc_reporter_server_address, in InitBenchmarkReporters()
|
/third_party/grpc/src/cpp/client/ |
D | create_channel.cc | 30 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
|
/third_party/grpc/examples/cpp/metadata/ |
D | greeter_client.cc | 89 CustomHeaderClient greeter(grpc::CreateChannel( in main()
|
/third_party/grpc/examples/cpp/helloworld/ |
D | greeter_async_client.cc | 114 GreeterClient greeter(grpc::CreateChannel( in main()
|
D | greeter_client.cc | 100 GreeterClient greeter(grpc::CreateChannel( in main()
|
D | greeter_async_client2.cc | 132 GreeterClient greeter(grpc::CreateChannel( in main()
|
/third_party/grpc/test/cpp/interop/ |
D | metrics_client.cc | 96 std::shared_ptr<grpc::Channel> channel(grpc::CreateChannel( in main()
|
/third_party/flatbuffers/grpc/samples/greeter/ |
D | client.cpp | 71 grpc::CreateChannel(server_address, grpc::InsecureChannelCredentials()); in main()
|
/third_party/grpc/test/cpp/util/ |
D | cli_call_test.cc | 77 channel_ = grpc::CreateChannel(server_address_.str(), in ResetStub()
|
/third_party/grpc/examples/android/helloworld/app/src/main/cpp/ |
D | grpc-helloworld.cc | 123 grpc::CreateChannel(host_port, grpc::InsecureChannelCredentials())); in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello()
|
/third_party/grpc/test/cpp/server/ |
D | server_request_call_test.cc | 119 grpc::CreateChannel(address, InsecureChannelCredentials())); in TEST()
|
/third_party/grpc/src/android/test/interop/app/src/main/cpp/ |
D | grpc-interop.cc | 40 std::bind(grpc::CreateChannel, host_port, credentials); in GetClient()
|