|
Android-cuttlefish cvd tool
|
Functions | |
| Result< std::string > | ParseString (const std::string &value, const std::string &) |
| template<typename T > | |
| Result< FromGflags< T > > | FromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name, std::vector< T > default_values, std::function< Result< T >(const std::string &value, const std::string &name)> parse_func) |
| template<typename T > | |
| Result< FromGflags< T > > | FromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name, std::function< Result< T >(const std::string &value, const std::string &name)> parse_func) |
| Result< FromGflags< T > > cuttlefish::anonymous_namespace{from_gflags.cc}::FromGlobalGflags | ( | const gflags::CommandLineFlagInfo & | flag_info, |
| const std::string & | flag_name, | ||
| std::function< Result< T >(const std::string &value, const std::string &name)> | parse_func | ||
| ) |
| Result< FromGflags< T > > cuttlefish::anonymous_namespace{from_gflags.cc}::FromGlobalGflags | ( | const gflags::CommandLineFlagInfo & | flag_info, |
| const std::string & | flag_name, | ||
| std::vector< T > | default_values, | ||
| std::function< Result< T >(const std::string &value, const std::string &name)> | parse_func | ||
| ) |
| Result< std::string > cuttlefish::anonymous_namespace{from_gflags.cc}::ParseString | ( | const std::string & | value, |
| const std::string & | |||
| ) |