|
Android-cuttlefish cvd tool
|
#include <ostream>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::DeviceType { cuttlefish::Unknown = 0 , cuttlefish::Phone , cuttlefish::Wear , cuttlefish::Auto , cuttlefish::Foldable , cuttlefish::Tv , cuttlefish::Minidroid , cuttlefish::Go , cuttlefish::Desktop } |
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) |
| template<typename Sink > | |
| void | cuttlefish::AbslStringify (Sink &sink, DeviceType device_type) |
| std::string_view | cuttlefish::format_as (DeviceType device_type) |