Searched defs:CryptString (Results 1 – 2 of 2) sorted by relevance
67 CryptString() : impl_(new EmptyCryptStringImpl()) {} in CryptString() function70 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {} in CryptString() function71 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {} in CryptString() function
42 class CryptString; variable