HomeSort by relevance Sort by last modified time
    Searched defs:CryptString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
cryptstring.h 67 class CryptString {
69 CryptString() : impl_(new EmptyCryptStringImpl()) {}
72 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {}
73 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
74 CryptString & operator=(const CryptString & other) {
113 void Append(const CryptString * password) {
  /external/chromium_org/third_party/webrtc/base/
cryptstring.h 50 class CryptString {
52 CryptString() : impl_(new EmptyCryptStringImpl()) {}
55 CryptString(const CryptString & other) : impl_(other.impl_->Copy()) {}
56 explicit CryptString(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
57 CryptString & operator=(const CryptString & other) {
96 void Append(const CryptString * password) {

Completed in 131 milliseconds