HomeSort by relevance Sort by last modified time
    Searched refs:grpc_insecure_channel_create_from_fd (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/include/grpc/
grpc_posix.h 41 GRPCAPI grpc_channel* grpc_insecure_channel_create_from_fd(
  /external/grpc-grpc/src/cpp/client/
create_channel_posix.cc 36 "", grpc_insecure_channel_create_from_fd(target.c_str(), fd, nullptr));
45 return CreateChannelInternal("", grpc_insecure_channel_create_from_fd(
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
channel_create_posix.cc 38 grpc_channel* grpc_insecure_channel_create_from_fd( function
73 grpc_channel* grpc_insecure_channel_create_from_fd( function
  /external/grpc-grpc/test/core/end2end/fixtures/
h2_fd.cc 75 f->client = grpc_insecure_channel_create_from_fd(
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 280 #define grpc_insecure_channel_create_from_fd grpc_insecure_channel_create_from_fd_import macro
    [all...]

Completed in 98 milliseconds