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

  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel_factory.h 33 typedef struct grpc_client_channel_factory_vtable
34 grpc_client_channel_factory_vtable; typedef in typeref:struct:grpc_client_channel_factory_vtable
45 const grpc_client_channel_factory_vtable* vtable;
48 struct grpc_client_channel_factory_vtable { struct
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
channel_create.cc 75 static const grpc_client_channel_factory_vtable client_channel_factory_vtable =
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
secure_channel_create.cc 188 static const grpc_client_channel_factory_vtable client_channel_factory_vtable =
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 337 static const grpc_client_channel_factory_vtable vtable_;
340 const grpc_client_channel_factory_vtable FakeClientChannelFactory::vtable_ = {

Completed in 655 milliseconds