Home
last modified time | relevance | path

Searched defs:bidirectional_stream_callback (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/third_party/objective_c/Cronet/
Dbidirectional_stream_c.h52 typedef struct bidirectional_stream_callback { struct
58 void (*on_stream_ready)(bidirectional_stream* stream);
65 void (*on_response_headers_received)(
82 void (*on_read_completed)(bidirectional_stream* stream,
90 void (*on_write_completed)(bidirectional_stream* stream, const char* data);
97 void (*on_response_trailers_received)(
122 } bidirectional_stream_callback; argument