Go to the source code of this file.
|
| ABSL_FLAG (int, usage_reporting_test_flag_01, 101,"usage_reporting_test_flag_01 help message") |
|
| ABSL_FLAG (bool, usage_reporting_test_flag_02, false,"usage_reporting_test_flag_02 help message") |
|
| ABSL_FLAG (double, usage_reporting_test_flag_03, 1.03,"usage_reporting_test_flag_03 help message") |
|
| ABSL_FLAG (int64_t, usage_reporting_test_flag_04, 1000000000000004L,"usage_reporting_test_flag_04 help message") |
|
| ABSL_FLAG (UDT, usage_reporting_test_flag_05,{},"usage_reporting_test_flag_05 help message") |
|
bool | AbslParseFlag (absl::string_view, UDT *, std::string *) |
|
std::string | AbslUnparseFlag (const UDT &) |
|
int | main (int argc, char *argv[]) |
|
ABSL_FLAG |
( |
int |
, |
|
|
usage_reporting_test_flag_01 |
, |
|
|
101 |
, |
|
|
"usage_reporting_test_flag_01 help message" |
|
|
) |
| |
ABSL_FLAG |
( |
bool |
, |
|
|
usage_reporting_test_flag_02 |
, |
|
|
false |
, |
|
|
"usage_reporting_test_flag_02 help message" |
|
|
) |
| |
ABSL_FLAG |
( |
double |
, |
|
|
usage_reporting_test_flag_03 |
, |
|
|
1. |
03, |
|
|
"usage_reporting_test_flag_03 help message" |
|
|
) |
| |
ABSL_FLAG |
( |
int64_t |
, |
|
|
usage_reporting_test_flag_04 |
, |
|
|
1000000000000004L |
, |
|
|
"usage_reporting_test_flag_04 help message" |
|
|
) |
| |
ABSL_FLAG |
( |
UDT |
, |
|
|
usage_reporting_test_flag_05 |
, |
|
|
{} |
, |
|
|
"usage_reporting_test_flag_05 help message" |
|
|
) |
| |
std::string AbslUnparseFlag |
( |
const UDT & |
| ) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |