Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.h99 inline void grpc_stream_unref(grpc_stream_refcount* refcount, in grpc_stream_unref() function
110 inline void grpc_stream_unref(grpc_stream_refcount* refcount) { in grpc_stream_unref() function
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc54 void grpc_stream_unref(grpc_stream_refcount* refcount, const char* reason) { function