#include <grpc/support/port_platform.h>
Go to the source code of this file.
Macros | |
#define | GPR_GLOBAL_CONFIG_DECLARE_BOOL(name) |
#define | GPR_GLOBAL_CONFIG_DECLARE_INT32(name) |
#define | GPR_GLOBAL_CONFIG_DECLARE_STRING(name) |
#define | GPR_GLOBAL_CONFIG_GET(name) gpr_global_config_get_##name() |
#define | GPR_GLOBAL_CONFIG_SET(name, value) gpr_global_config_set_##name(value) |
#define GPR_GLOBAL_CONFIG_DECLARE_BOOL | ( | name | ) |
Definition at line 28 of file global_config_generic.h.
#define GPR_GLOBAL_CONFIG_DECLARE_INT32 | ( | name | ) |
#define GPR_GLOBAL_CONFIG_DECLARE_STRING | ( | name | ) |
Definition at line 36 of file global_config_generic.h.
Definition at line 24 of file global_config_generic.h.