Searched refs:EmptyCryptStringImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h49 class EmptyCryptStringImpl : public CryptStringImpl { class in namespace:talk_base
51 virtual ~EmptyCryptStringImpl() {}
59 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); }
67 CryptString() : impl_(new EmptyCryptStringImpl()) {}
78 void Clear() { impl_.reset(new EmptyCryptStringImpl()); }

Completed in 196 milliseconds