Home
last modified time | relevance | path

Searched refs:SUBCHANNEL_CALL_TO_CALL_STACK (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc71 #define SUBCHANNEL_CALL_TO_CALL_STACK(call) \ macro
145 grpc_call_stack* callstk = SUBCHANNEL_CALL_TO_CALL_STACK(this); in SubchannelCall()
174 grpc_call_stack* call_stack = SUBCHANNEL_CALL_TO_CALL_STACK(this); in StartTransportStreamOpBatch()
181 return SUBCHANNEL_CALL_TO_CALL_STACK(this); in GetCallStack()
202 GRPC_CALL_STACK_UNREF(SUBCHANNEL_CALL_TO_CALL_STACK(this), ""); in Unref()
207 GRPC_CALL_STACK_UNREF(SUBCHANNEL_CALL_TO_CALL_STACK(this), reason); in Unref()
222 grpc_call_stack_destroy(SUBCHANNEL_CALL_TO_CALL_STACK(self), nullptr, in Destroy()
290 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(this), ""); in IncrementRefCount()
295 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(this), reason); in IncrementRefCount()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc149 #define SUBCHANNEL_CALL_TO_CALL_STACK(call) \ macro
714 grpc_call_stack_destroy(SUBCHANNEL_CALL_TO_CALL_STACK(c), nullptr, in subchannel_call_destroy()
728 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_ref()
734 GRPC_CALL_STACK_UNREF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_unref()
740 grpc_call_stack* call_stack = SUBCHANNEL_CALL_TO_CALL_STACK(call); in grpc_subchannel_call_process_op()
768 return SUBCHANNEL_CALL_TO_CALL_STACK(subchannel_call); in grpc_subchannel_call_get_call_stack()
858 grpc_call_stack* callstk = SUBCHANNEL_CALL_TO_CALL_STACK(*call); in CreateCall()