Home
last modified time | relevance | path

Searched refs:grpc_trace_stream_refcount (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dtransport.h167 extern grpc_core::DebugOnlyTraceFlag grpc_trace_stream_refcount;
196 if (grpc_trace_stream_refcount.enabled()) { in grpc_stream_ref()
213 if (grpc_trace_stream_refcount.enabled()) { in grpc_stream_unref()
H A Dtransport.cc44 grpc_core::DebugOnlyTraceFlag grpc_trace_stream_refcount(false, variable
85 1, GRPC_TRACE_FLAG_ENABLED(grpc_trace_stream_refcount) ? "stream_refcount"
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.h240 extern grpc_core::DebugOnlyTraceFlag grpc_trace_stream_refcount;
269 if (grpc_trace_stream_refcount.enabled()) {
286 if (grpc_trace_stream_refcount.enabled()) {
Dtransport.cc42 grpc_core::DebugOnlyTraceFlag grpc_trace_stream_refcount(false, variable
83 1, GRPC_TRACE_FLAG_ENABLED(grpc_trace_stream_refcount) ? "stream_refcount"