Android-cuttlefish cvd tool
Namespaces | Functions
device_type.cpp File Reference
#include "cuttlefish/common/libs/utils/device_type.h"
#include <ostream>
#include <string_view>
#include "absl/strings/match.h"
Include dependency graph for device_type.cpp:

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)