|
Android-cuttlefish cvd tool
|
#include "cuttlefish/common/libs/utils/device_type.h"#include <ostream>#include <string_view>#include "absl/strings/match.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| DeviceType | cuttlefish::ParseDeviceType (std::string_view type_name) |
| std::string_view | cuttlefish::DeviceTypeToStringView (DeviceType device_type) |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, DeviceType device_type) |
| std::string_view | cuttlefish::format_as (DeviceType device_type) |