Home
last modified time | relevance | path

Searched defs:CryptString (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dcryptstring.cc37 CryptString::CryptString() : impl_(new EmptyCryptStringImpl()) { in CryptString() function in rtc::CryptString
40 CryptString::CryptString(const CryptString& other) in CryptString() function in rtc::CryptString
44 CryptString::CryptString(const CryptStringImpl& impl) : impl_(impl.Copy()) { in CryptString() function in rtc::CryptString
Dhttpcommon.h25 class CryptString; variable