Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations | Functions | Variables
android_build_url.h File Reference
#include <ostream>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for android_build_url.h:
This graph shows which files directly or indirectly include this file:

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 []