Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h277 #define GRPC_CALL_LOG_OP(sev, elem, op) \ macro
Dchannel_stack.cc225 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc742 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in grpc_subchannel_call_process_op()
/external/grpc-grpc/src/core/lib/surface/
Dcall.cc598 GRPC_CALL_LOG_OP(GPR_INFO, elem, batch); in execute_batch_in_call_combiner()