|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/flags/parser.h"#include <string>#include <string_view>#include "absl/strings/numbers.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< bool > | cuttlefish::ParseBool (std::string_view value, std::string_view name) |
| Result< int > | cuttlefish::ParseInt (const std::string &value, std::string_view name) |