Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/acloud/create_converter_parser.h"
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include <android-base/logging.h>
#include <android-base/parseint.h>
#include <android-base/strings.h>
#include <fmt/ranges.h>
#include "cuttlefish/common/libs/utils/flag_parser.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{create_converter_parser.cpp} |
namespace | cuttlefish::acloud_impl |
Functions | |
template<typename K , typename V > | |
std::optional< V > | cuttlefish::anonymous_namespace{create_converter_parser.cpp}::GetOptVal (const std::unordered_map< K, V > &m, const K &key) |
Result< Tokens > | cuttlefish::anonymous_namespace{create_converter_parser.cpp}::ParseForCvdCreate (cvd_common::Args &arguments) |
Result< Tokens > | cuttlefish::anonymous_namespace{create_converter_parser.cpp}::ParseForCvdRemoteCreate (cvd_common::Args &arguments) |
Result< ConverterParsed > | cuttlefish::acloud_impl::ParseAcloudCreateFlags (cvd_common::Args &arguments) |
Result< cvd_common::Args > | cuttlefish::acloud_impl::CompileFromAcloudToCvdr (cvd_common::Args &arguments) |