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

/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h50 class CryptString { class in namespace:rtc
52 CryptString() : impl_(new EmptyCryptStringImpl()) {} function in class:rtc::CryptString
55 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} function in class:rtc::CryptString
56 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} function in class:rtc::CryptString
57 CryptString & operator=(const CryptString & other) {
96 void Append(const CryptString * password) {

Completed in 327 milliseconds