Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dcryptstring.cc19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo()
20 if (nullterminate) { in CopyTo()
53 void InsecureCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo()
55 if (nullterminate) in CopyTo()
Dcryptstring.h28 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
38 void CopyTo(char* dest, bool nullterminate) const override;
48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } in CopyTo() argument
158 void CopyTo(char* dest, bool nullterminate) const override;