Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dcrypt_string.h26 virtual void CopyTo(char* dest, bool nullterminate) const = 0;
36 void CopyTo(char* dest, bool nullterminate) const override;
46 void CopyTo(char* dest, bool nullterminate) const { in CopyTo() argument
47 impl_->CopyTo(dest, nullterminate); in CopyTo()
Dcrypt_string.cc19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo()
20 if (nullterminate) { in CopyTo()