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

  /external/grpc-grpc/src/core/lib/transport/
transport.h 165 grpc_handler_private_op_data handler_private; member in struct:grpc_transport_stream_op_batch
292 grpc_handler_private_op_data handler_private; member in struct:grpc_transport_op
  /external/grpc-grpc/src/core/lib/security/transport/
client_auth_filter.cc 100 static_cast<grpc_call_element*>(batch->handler_private.extra_arg);
236 static_cast<grpc_call_element*>(batch->handler_private.extra_arg);
304 batch->handler_private.extra_arg = elem;
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc 560 static_cast<grpc_channel_element*>(op->handler_private.extra_arg);
649 op->handler_private.extra_arg = elem;
652 GRPC_CLOSURE_INIT(&op->handler_private.closure, start_transport_op_locked,
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc     [all...]
  /external/grpc-grpc/src/core/lib/surface/
call.cc 596 grpc_call* call = static_cast<grpc_call*>(batch->handler_private.extra_arg);
607 batch->handler_private.extra_arg = call;
    [all...]
  /external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc     [all...]

Completed in 84 milliseconds