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

Go to the source code of this file.
Classes | |
| class | cuttlefish::AndroidBuildUrl |
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::SafeLevel { cuttlefish::kSafeLevelUnspecified = 0 , cuttlefish::kSafe0 , cuttlefish::kSafe1 , cuttlefish::kSafe2 , cuttlefish::kPlatinum } |
Functions | |
| std::string_view | cuttlefish::format_as (SafeLevel level) |
| template<typename Sink > | |
| void | cuttlefish::AbslStringify (Sink &sink, SafeLevel level) |
| std::ostream & | cuttlefish::operator<< (std::ostream &os, SafeLevel level) |
Variables | |
| constexpr SafeLevel | cuttlefish::kAllSafeLevels [] |
| constexpr char | cuttlefish::kAndroidBuildServiceUrl [] |