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

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| FileSource | cuttlefish::SourceStringToEnum (std::string_view source) |
| std::string_view | cuttlefish::SourceEnumToString (FileSource source) |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, FileSource source) |
| template<typename Sink > | |
| void | cuttlefish::AbslStringify (Sink &sink, FileSource file_source) |
| std::string_view | cuttlefish::format_as (FileSource source) |