Android-cuttlefish cvd tool
Namespaces | Functions
selector_common_parser.cpp File Reference
#include "cuttlefish/host/commands/cvd/cli/selector/selector_common_parser.h"
#include <optional>
#include <string>
#include <string_view>
#include <unordered_set>
#include <vector>
#include "cuttlefish/common/libs/utils/contains.h"
#include "cuttlefish/flag_parser/flag.h"
#include "cuttlefish/flag_parser/gflags_compat.h"
#include "cuttlefish/host/commands/cvd/cli/selector/selector_constants.h"
#include "cuttlefish/host/commands/cvd/instances/device_name.h"
#include "cuttlefish/result/result.h"
Include dependency graph for selector_common_parser.cpp:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::selector
 
namespace  cuttlefish::selector::anonymous_namespace{selector_common_parser.cpp}
 

Functions

Result< void > cuttlefish::selector::anonymous_namespace{selector_common_parser.cpp}::ValidateGroupNameOpt (const std::optional< std::string > &group_name)
 
Result< void > cuttlefish::selector::anonymous_namespace{selector_common_parser.cpp}::ValidateInstanceNamesOpt (const std::optional< std::vector< std::string > > &instance_names)
 
std::vector< Flag > cuttlefish::selector::BuildCommonSelectorFlags (SelectorOptions &opts)