Searched refs:nullterminate (Results 1 – 2 of 2) sorted by relevance
26 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() argument47 impl_->CopyTo(dest, nullterminate); in CopyTo()
19 void EmptyCryptStringImpl::CopyTo(char* dest, bool nullterminate) const { in CopyTo()20 if (nullterminate) { in CopyTo()