Searched refs:grpc_stream_ref (Results 1 – 16 of 16) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 307 grpc_stream_ref(&(call_stack)->refcount, reason) 311 grpc_stream_ref(&(channel_stack)->refcount, reason) 317 grpc_stream_ref(&(call_stack)->refcount); \ 327 grpc_stream_ref(&(channel_stack)->refcount); \
|
D | connected_channel.cc | 277 grpc_stream_ref(&stream_refcount_, reason); in IncrementRefCount() 280 grpc_stream_ref(&stream_refcount_); in IncrementRefCount()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 312 grpc_stream_ref(&(call_stack)->refcount, reason) 316 grpc_stream_ref(&(channel_stack)->refcount, reason) 322 grpc_stream_ref(&(call_stack)->refcount); \ 332 grpc_stream_ref(&(channel_stack)->refcount); \
|
D | connected_channel.cc | 272 grpc_stream_ref(&stream_refcount_, reason); in IncrementRefCount() 275 grpc_stream_ref(&stream_refcount_); in IncrementRefCount()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | batch_builder.cc | 62 grpc_stream_ref(stream_refcount, "pending-batch"); in Batch() 64 grpc_stream_ref(stream_refcount); in Batch()
|
D | transport.h | 194 inline void grpc_stream_ref(grpc_stream_refcount* refcount, in grpc_stream_ref() function 203 inline void grpc_stream_ref(grpc_stream_refcount* refcount) { in grpc_stream_ref() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | batch_builder.cc | 66 grpc_stream_ref(stream_refcount, "pending-batch"); in Batch() 68 grpc_stream_ref(stream_refcount); in Batch()
|
D | transport.h | 267 inline void grpc_stream_ref(grpc_stream_refcount* refcount, 276 inline void grpc_stream_ref(grpc_stream_refcount* refcount) {
|
/external/grpc-grpc/src/core/ext/transport/binder/transport/ |
D | binder_transport.cc | 48 grpc_stream_ref(s->refcount, reason); in grpc_binder_stream_ref() 68 grpc_stream_ref(s->refcount); in grpc_binder_stream_ref()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/ |
D | binder_transport.cc | 48 grpc_stream_ref(s->refcount, reason); in grpc_binder_stream_ref() 68 grpc_stream_ref(s->refcount); in grpc_binder_stream_ref()
|
/external/grpc-grpc/src/core/ext/transport/inproc/ |
D | legacy_inproc_transport.cc | 249 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason) 252 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 220 #define STREAM_REF(refs, reason) grpc_stream_ref(refs, reason) 223 #define STREAM_REF(refs, reason) grpc_stream_ref(refs)
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 239 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref() 248 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
|
/external/grpc-grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 256 grpc_stream_ref(s->refcount, reason); in grpc_cronet_stream_ref() 265 void grpc_cronet_stream_ref(stream_obj* s) { grpc_stream_ref(s->refcount); } in grpc_cronet_stream_ref()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 777 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref() 784 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref() 801 grpc_stream_ref(refcount, "chttp2"); in grpc_chttp2_stream() 803 grpc_stream_ref(refcount); in grpc_chttp2_stream()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 777 grpc_stream_ref(s->refcount, reason); in grpc_chttp2_stream_ref() 784 grpc_stream_ref(s->refcount); in grpc_chttp2_stream_ref()
|