Android-cuttlefish cvd tool
|
#include <ostream>
#include <string>
#include <string_view>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Enumerations | |
enum class | cuttlefish::GuestRendererPreload { cuttlefish::kAuto , cuttlefish::kGuestDefault , cuttlefish::kEnabled , cuttlefish::kDisabled } |
Functions | |
std::ostream & | cuttlefish::operator<< (std::ostream &out, GuestRendererPreload preload) |
std::string | cuttlefish::ToString (GuestRendererPreload preload) |
Result< GuestRendererPreload > | cuttlefish::ParseGuestRendererPreload (std::string_view str) |