Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.h39 extern grpc_core::DebugOnlyTraceFlag grpc_trace_chttp2_hpack_parser;
Dhpack_parser.cc59 TraceFlag grpc_trace_chttp2_hpack_parser(false, "chttp2_hpack_parser"); variable
727 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_chttp2_hpack_parser)) { in FinishHeaderAndAddToTable()
752 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_chttp2_hpack_parser)) { in FinishHeaderOmitFromTable()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser.cc62 TraceFlag grpc_trace_chttp2_hpack_parser(false, "chttp2_hpack_parser"); variable
736 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_chttp2_hpack_parser)) { in FinishHeaderAndAddToTable()
761 if (GRPC_TRACE_FLAG_ENABLED(grpc_trace_chttp2_hpack_parser)) { in FinishHeaderOmitFromTable()
H A Dchttp2_transport.h47 extern grpc_core::DebugOnlyTraceFlag grpc_trace_chttp2_hpack_parser;