Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/
Dcreate_channel_posix.h36 std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target,
/external/grpc-grpc/src/cpp/client/
Dcreate_channel_posix.cc31 std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target, in CreateInsecureChannelFromFd() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dcreate_channel_posix.h36 std::shared_ptr<grpc::Channel> CreateInsecureChannelFromFd(
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dcreate_channel_posix.h36 std::shared_ptr<grpc::Channel> CreateInsecureChannelFromFd(
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel_posix.cc33 std::shared_ptr<Channel> CreateInsecureChannelFromFd(const std::string& target, in CreateInsecureChannelFromFd() function