#include "absl/flags/internal/commandlineflag.h"
#include "gtest/gtest.h"
#include "absl/flags/flag.h"
#include "absl/flags/internal/registry.h"
#include "absl/memory/memory.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
Go to the source code of this file.
Functions | |
ABSL_FLAG (int, int_flag, 201,"int_flag help") | |
ABSL_FLAG (std::string, string_flag,"dflt", absl::StrCat("string_flag"," help")) | |
ABSL_RETIRED_FLAG (bool, bool_retired_flag, false,"bool_retired_flag help") | |
ABSL_FLAG | ( | int | , |
int_flag | , | ||
201 | , | ||
"int_flag help" | |||
) |
ABSL_FLAG | ( | std::string | , |
string_flag | , | ||
"dflt" | , | ||
absl::StrCat("string_flag"," help") | |||
) |
ABSL_RETIRED_FLAG | ( | bool | , |
bool_retired_flag | , | ||
false | , | ||
"bool_retired_flag help" | |||
) |