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

/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h34 class EmptyCryptStringImpl : public CryptStringImpl { class in namespace:rtc
36 virtual ~EmptyCryptStringImpl() {}
44 virtual CryptStringImpl * Copy() const { return new EmptyCryptStringImpl(); }
52 CryptString() : impl_(new EmptyCryptStringImpl()) {}
63 void Clear() { impl_.reset(new EmptyCryptStringImpl()); }

Completed in 76 milliseconds