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

  /external/grpc-grpc/src/core/lib/transport/
transport_impl.h 35 int (*init_stream)(grpc_transport* self, grpc_stream* stream,
40 void (*set_pollset)(grpc_transport* self, grpc_stream* stream,
44 void (*set_pollset_set)(grpc_transport* self, grpc_stream* stream,
48 void (*perform_stream_op)(grpc_transport* self, grpc_stream* stream,
55 void (*destroy_stream)(grpc_transport* self, grpc_stream* stream,
transport.h 46 /* grpc_stream doesn't actually exist. It's used as a typesafe
49 typedef struct grpc_stream grpc_stream; typedef in typeref:struct:grpc_stream
295 /* Returns the amount of memory required to store a grpc_stream for this
309 int grpc_transport_init_stream(grpc_transport* transport, grpc_stream* stream,
313 void grpc_transport_set_pops(grpc_transport* transport, grpc_stream* stream,
324 stream - the grpc_stream to destroy (memory is still owned by the
327 grpc_stream* stream,
348 grpc_stream* stream,
transport.cc 159 int grpc_transport_init_stream(grpc_transport* transport, grpc_stream* stream,
167 grpc_stream* stream,
177 void grpc_transport_set_pops(grpc_transport* transport, grpc_stream* stream,
193 grpc_stream* stream,
  /external/grpc-grpc/src/core/lib/channel/
connected_channel.h 32 grpc_stream* grpc_connected_channel_get_stream(grpc_call_element* elem);
connected_channel.cc 94 #define TRANSPORT_STREAM_FROM_CALL_DATA(calld) ((grpc_stream*)((calld) + 1))
240 grpc_stream* grpc_connected_channel_get_stream(grpc_call_element* elem) {
  /external/grpc-grpc/test/core/util/
debugger_macros.cc 34 grpc_stream* grpc_transport_stream_from_call(grpc_call* call) {
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 416 int InitStream(grpc_transport* self, grpc_stream* stream,
423 void SetPollset(grpc_transport* self, grpc_stream* stream,
427 void SetPollsetSet(grpc_transport* self, grpc_stream* stream,
431 void PerformStreamOp(grpc_transport* self, grpc_stream* stream,
440 void DestroyStream(grpc_transport* self, grpc_stream* stream,
bm_chttp2_transport.cc 215 static_cast<grpc_stream*>(stream_), &refcount_,
230 static_cast<grpc_stream*>(stream_), op);
241 static_cast<grpc_stream*>(stream->stream_),
  /external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc 224 static int init_stream(grpc_transport* gt, grpc_stream* gs,
    [all...]
  /external/grpc-grpc/src/core/ext/transport/cronet/transport/
cronet_transport.cc 181 grpc_stream* curr_gs;
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc 666 static int init_stream(grpc_transport* gt, grpc_stream* gs,
765 static void destroy_stream(grpc_transport* gt, grpc_stream* gs,
    [all...]

Completed in 115 milliseconds