Home
last modified time | relevance | path

Searched refs:s_transform (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dstringencode.h129 std::string s_transform(const std::string& source, Transform t);
133 return s_transform(source, url_encode); in s_url_encode()
136 return s_transform(source, url_decode); in s_url_decode()
Dstringencode.cc548 std::string s_transform(const std::string& source, Transform t) { in s_transform() function