Home
last modified time | relevance | path

Searched refs:CopyRawTo (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dcryptstring.h31 virtual void CopyRawTo(std::vector<unsigned char> * dest) const = 0;
41 void CopyRawTo(std::vector<unsigned char>* dest) const override;
60 void CopyRawTo(std::vector<unsigned char> * dest) const { in CopyRawTo() function
61 return impl_->CopyRawTo(dest); in CopyRawTo()
161 void CopyRawTo(std::vector<unsigned char>* dest) const override;
Dcryptstring.cc33 void EmptyCryptStringImpl::CopyRawTo(std::vector<unsigned char>* dest) const { in CopyRawTo() function in rtc::EmptyCryptStringImpl
69 void InsecureCryptStringImpl::CopyRawTo( in CopyRawTo() function in rtc::InsecureCryptStringImpl