Lines Matching defs:dest
85 char* dest, ptrdiff_t* dest_len, std::string* error) { in CUnescapeInternal()
283 std::string* dest, std::string* error) { in CUnescapeInternal()
311 std::string dest; in CEscapeInternal() local
382 void CEscapeAndAppendInternal(absl::string_view src, std::string* dest) { in CEscapeAndAppendInternal()
434 bool Base64UnescapeInternal(const char* src_param, size_t szsrc, char* dest, in Base64UnescapeInternal()
772 bool Base64UnescapeInternal(const char* src, size_t slen, String* dest, in Base64UnescapeInternal()
834 void BytesToHexStringInternal(const unsigned char* src, T dest, ptrdiff_t num) { in BytesToHexStringInternal()
849 bool CUnescape(absl::string_view source, std::string* dest, in CUnescape()
855 std::string dest; in CEscape() local
896 bool Base64Unescape(absl::string_view src, std::string* dest) { in Base64Unescape()
900 bool WebSafeBase64Unescape(absl::string_view src, std::string* dest) { in WebSafeBase64Unescape()
904 void Base64Escape(absl::string_view src, std::string* dest) { in Base64Escape()
910 void WebSafeBase64Escape(absl::string_view src, std::string* dest) { in WebSafeBase64Escape()
917 std::string dest; in Base64Escape() local
925 std::string dest; in WebSafeBase64Escape() local