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

  /external/grpc-grpc/src/core/lib/transport/
transport.h 253 grpc_closure* on_consumed; member in struct:grpc_transport_op
369 /* Allocate a grpc_transport_op, and preconfigure the on_consumed closure to
370 \a on_consumed and then delete the returned transport op */
371 grpc_transport_op* grpc_make_transport_op(grpc_closure* on_consumed);
372 /* Allocate a grpc_transport_stream_op_batch, and preconfigure the on_consumed
374 to \a on_consumed and then delete the returned transport op */
376 grpc_closure* on_consumed);
transport.cc 262 op->op.on_consumed = &op->outer_on_complete;
  /external/grpc-grpc/src/core/lib/surface/
lame_client.cc 115 if (op->on_consumed != nullptr) {
116 GRPC_CLOSURE_SCHED(op->on_consumed, GRPC_ERROR_NONE);
  /external/grpc-grpc/test/core/channel/
channel_stack_builder_test.cc 55 GRPC_CLOSURE_SCHED(op->on_consumed, GRPC_ERROR_NONE);
  /external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc     [all...]
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_call_create.cc 654 GRPC_CLOSURE_SCHED(op->on_consumed, GRPC_ERROR_NONE);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc 637 GRPC_CLOSURE_SCHED(op->on_consumed, GRPC_ERROR_NONE);
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc     [all...]

Completed in 94 milliseconds