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

  /external/grpc-grpc/third_party/objective_c/Cronet/
bidirectional_stream_c.h 121 void (*on_canceled)(bidirectional_stream* stream); member in struct:bidirectional_stream_callback
224 * bidirectional_stream_start(). The on_canceled() method of
228 * bidirectional_stream_cancel() has no effect and on_canceled() will not
  /external/grpc-grpc/src/core/ext/transport/cronet/transport/
cronet_transport.cc 91 static void on_canceled(bidirectional_stream*);
100 on_canceled};
452 static void on_canceled(bidirectional_stream* stream) { function
453 CRONET_LOG(GPR_DEBUG, "on_canceled(%p)", stream);
    [all...]

Completed in 768 milliseconds