GRPC C++  1.39.1
Namespaces | Macros
dynamic_filters.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/dynamic_filters.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/surface/lame_client.h"

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define CALL_TO_CALL_STACK(call)
 
#define CALL_STACK_TO_CALL(callstack)
 

Macro Definition Documentation

◆ CALL_STACK_TO_CALL

#define CALL_STACK_TO_CALL (   callstack)
Value:
(DynamicFilters::Call*)(((char*)(call_stack)) - \
GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \
sizeof(DynamicFilters::Call)))

◆ CALL_TO_CALL_STACK

#define CALL_TO_CALL_STACK (   call)
Value:
sizeof(DynamicFilters::Call)))
#define GPR_ROUND_UP_TO_ALIGNMENT_SIZE(x)
Given a size, round up to the next multiple of sizeof(void*).
Definition: alloc.h:25
Definition: channel_stack.h:192