Lines Matching defs:dest
85 char* dest, ptrdiff_t* dest_len, std::string* error) { in CUnescapeInternal()
292 std::string* dest, std::string* error) { in CUnescapeInternal()
320 std::string dest; in CEscapeInternal() local
394 void CEscapeAndAppendInternal(absl::string_view src, std::string* dest) { in CEscapeAndAppendInternal()
448 bool Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, in Base64UnescapeInternal()
786 bool Base64UnescapeInternal(const char* src, size_t slen, String* dest, in Base64UnescapeInternal()
847 void BytesToHexStringInternal(const unsigned char* src, T dest, size_t num) { in BytesToHexStringInternal()
862 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape()
868 std::string dest; in CEscape() local
885 bool Base64Unescape(absl::string_view src, std::string* dest) { in Base64Unescape()
889 bool WebSafeBase64Unescape(absl::string_view src, std::string* dest) { in WebSafeBase64Unescape()
893 void Base64Escape(absl::string_view src, std::string* dest) { in Base64Escape()
899 void WebSafeBase64Escape(absl::string_view src, std::string* dest) { in WebSafeBase64Escape()
906 std::string dest; in Base64Escape() local
914 std::string dest; in WebSafeBase64Escape() local