|
Android-cuttlefish cvd tool
|
#include <stddef.h>#include <stdint.h>#include <string>#include <string_view>#include <vector>#include "cuttlefish/result/result_type.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< std::string > | cuttlefish::EncodeBase64 (const void *data, size_t size) |
| Result< std::string > | cuttlefish::EncodeBase64 (std::string_view data) |
| Result< std::vector< uint8_t > > | cuttlefish::DecodeBase64 (std::string_view data) |