proxygen
|
Functions | |
FOLLY_SETTING_DEFINE (follytest, public_flag_to_a, int, 456,"Public flag to a") | |
int | a_func () |
void | setRemote (int value) |
int | getRemote () |
FOLLY_SETTING_DECLARE (follytest, public_flag_to_a, int) | |
int a_ns::a_func | ( | ) |
a_ns::FOLLY_SETTING_DECLARE | ( | follytest | , |
public_flag_to_a | , | ||
int | |||
) |
int a_ns::getRemote | ( | ) |
void a_ns::setRemote | ( | int | value | ) |