#include <cstddef>
#include <string>
#include <vector>
#include "absl/base/macros.h"
#include "absl/strings/ascii.h"
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
Namespaces | |
absl | |
Functions | |
void | absl::Base64Escape (absl::string_view src, std::string *dest) |
std::string | absl::Base64Escape (absl::string_view src) |
bool | absl::Base64Unescape (absl::string_view src, std::string *dest) |
std::string | absl::BytesToHexString (absl::string_view from) |
std::string | absl::CEscape (absl::string_view src) |
std::string | absl::CHexEscape (absl::string_view src) |
bool | absl::CUnescape (absl::string_view source, std::string *dest) |
bool | absl::CUnescape (absl::string_view source, std::string *dest, std::string *error) |
std::string | absl::HexStringToBytes (absl::string_view from) |
std::string | absl::Utf8SafeCEscape (absl::string_view src) |
std::string | absl::Utf8SafeCHexEscape (absl::string_view src) |
void | absl::WebSafeBase64Escape (absl::string_view src, std::string *dest) |
std::string | absl::WebSafeBase64Escape (absl::string_view src) |
bool | absl::WebSafeBase64Unescape (absl::string_view src, std::string *dest) |