HomeSort by relevance Sort by last modified time
    Searched defs:grpc_channel (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/surface/
channel.cc 61 struct grpc_channel { struct
79 grpc_channel* grpc_channel_create_with_builder(
85 grpc_channel* channel;
92 builder, sizeof(grpc_channel), 1, destroy_channel, nullptr,
212 grpc_channel* channel) {
216 grpc_channel* grpc_channel_create(const char* target,
236 size_t grpc_channel_get_call_size_estimate(grpc_channel* channel) {
250 void grpc_channel_update_call_size_estimate(grpc_channel* channel,
271 char* grpc_channel_get_target(grpc_channel* channel) {
276 void grpc_channel_get_info(grpc_channel* channel
    [all...]
  /external/grpc-grpc/include/grpc/impl/codegen/
grpc_types.h 62 typedef struct grpc_channel grpc_channel; typedef in typeref:struct:grpc_channel

Completed in 1487 milliseconds