|
Android-cuttlefish cvd tool
|
Functions | |
| bool | ShouldBeNullOpt (std::string_view value, CoerceToNullopt opt) |
| std::string | NullOptValue (CoerceToNullopt opt) |
| template<typename T > | |
| std::string | FlagValueToString (const T &value) |
| template<typename T > | |
| Result< T > | ParseFlagValue (std::string_view str) |
| template<> | |
| std::string | FlagValueToString< std::string > (const std::string &value) |
| template<> | |
| Result< std::string > | ParseFlagValue< std::string > (std::string_view str) |
| template<> | |
| Result< bool > | ParseFlagValue< bool > (std::string_view str) |
| template<typename T > | |
| std::string | FlagValueToString (const std::vector< T > &values) |
| template<typename T > | |
| Result< std::vector< T > > | ParseFlagVectorValue (std::string_view str, T default_value) |
| template<> | |
| Result< std::vector< std::string > > | ParseFlagValue (std::string_view str) |
| template<> | |
| Result< std::vector< unsigned > > | ParseFlagValue (std::string_view str) |
| template<typename T > | |
| std::string | FlagValueToString (const std::optional< T > &value, CoerceToNullopt opt) |
| template<typename T > | |
| Result< std::optional< T > > | ParseFlagOptionalValue (std::string_view str, CoerceToNullopt opt) |
| template<std::integral T> | |
| Flag | GflagsCompatFlagImpl (const std::string &name, T &value) |
| template<typename T > | |
| Flag | GflagsCompatFlagImpl (const std::string &name, std::vector< T > &value, const T default_value) |
| template<typename T > | |
| Flag | GflagsCompatFlagImpl (const std::string &name, std::optional< T > &value, CoerceToNullopt opt) |
| std::string | XmlEscape (const std::string &s) |
| Flag | WithVectorNameValueHint (Flag flag) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::FlagValueToString | ( | const std::optional< T > & | value, |
| CoerceToNullopt | opt | ||
| ) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::FlagValueToString | ( | const std::vector< T > & | values | ) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::FlagValueToString | ( | const T & | value | ) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::FlagValueToString< std::string > | ( | const std::string & | value | ) |
| Flag cuttlefish::anonymous_namespace{gflags_compat.cpp}::GflagsCompatFlagImpl | ( | const std::string & | name, |
| std::optional< T > & | value, | ||
| CoerceToNullopt | opt | ||
| ) |
| Flag cuttlefish::anonymous_namespace{gflags_compat.cpp}::GflagsCompatFlagImpl | ( | const std::string & | name, |
| std::vector< T > & | value, | ||
| const T | default_value | ||
| ) |
| Flag cuttlefish::anonymous_namespace{gflags_compat.cpp}::GflagsCompatFlagImpl | ( | const std::string & | name, |
| T & | value | ||
| ) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::NullOptValue | ( | CoerceToNullopt | opt | ) |
| Result< std::optional< T > > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagOptionalValue | ( | std::string_view | str, |
| CoerceToNullopt | opt | ||
| ) |
| Result< T > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagValue | ( | std::string_view | str | ) |
| Result< std::vector< std::string > > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagValue | ( | std::string_view | str | ) |
| Result< std::vector< unsigned > > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagValue | ( | std::string_view | str | ) |
| Result< bool > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagValue< bool > | ( | std::string_view | str | ) |
| Result< std::string > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagValue< std::string > | ( | std::string_view | str | ) |
| Result< std::vector< T > > cuttlefish::anonymous_namespace{gflags_compat.cpp}::ParseFlagVectorValue | ( | std::string_view | str, |
| T | default_value | ||
| ) |
| bool cuttlefish::anonymous_namespace{gflags_compat.cpp}::ShouldBeNullOpt | ( | std::string_view | value, |
| CoerceToNullopt | opt | ||
| ) |
| std::string cuttlefish::anonymous_namespace{gflags_compat.cpp}::XmlEscape | ( | const std::string & | s | ) |