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

Go to the source code of this file.
Classes | |
| struct | cuttlefish::HostInfo |
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::Arch { cuttlefish::Arm , cuttlefish::Arm64 , cuttlefish::RiscV64 , cuttlefish::X86 , cuttlefish::X86_64 } |
| enum class | cuttlefish::Os { cuttlefish::Linux , cuttlefish::Unknown } |
Functions | |
| std::string_view | cuttlefish::ArchToStringView (Arch arch) |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, Arch arch) |
| template<typename Sink > | |
| void | cuttlefish::AbslStringify (Sink &sink, Arch arch) |
| std::string_view | cuttlefish::format_as (Arch arch) |
| const std::string & | cuttlefish::HostArchStr () |
| Arch | cuttlefish::HostArch () |
| bool | cuttlefish::IsHostCompatible (Arch arch) |
| HostInfo | cuttlefish::GetHostInfo () |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, Os arch) |