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

  /external/grpc-grpc/src/core/lib/transport/
transport.h 364 void grpc_transport_destroy(grpc_transport* transport);
transport.cc 155 void grpc_transport_destroy(grpc_transport* transport) { function
  /external/grpc-grpc/src/core/lib/channel/
connected_channel.cc 192 grpc_transport_destroy(cd->transport);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel.cc 618 grpc_transport_destroy(c->connecting_result.transport);
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_chttp2_transport.cc 142 ~Fixture() { grpc_transport_destroy(t_); }

Completed in 56 milliseconds