Searched refs:GRPC_CALL_LOG_OP (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_stack.h | 297 #define GRPC_CALL_LOG_OP(sev, elem, op) \ macro
|
D | channel_stack.cc | 226 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_stack.h | 277 #define GRPC_CALL_LOG_OP(sev, elem, op) \ macro
|
D | channel_stack.cc | 225 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | dynamic_filters.cc | 66 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
|
D | subchannel.cc | 176 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 742 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in grpc_subchannel_call_process_op()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 598 GRPC_CALL_LOG_OP(GPR_INFO, elem, batch); in execute_batch_in_call_combiner()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 639 GRPC_CALL_LOG_OP(GPR_INFO, elem, batch); in execute_batch_in_call_combiner()
|