Searched refs:CopyContents (Results 1 – 5 of 5) sorted by relevance
46 result->CopyContents(pStr, nLen); in Create()60 void CopyContents(const StringDataTemplate& other) { in CopyContents() function66 void CopyContents(const CharType* pStr, size_t nLen) { in CopyContents() function
161 m_pData->CopyContents(str1.unterminated_c_str(), str1.GetLength()); in ByteString()337 m_pData->CopyContents(pSrcData, nSrcLen); in AssignCopy()353 pNewData->CopyContents(m_pData->m_String, nCopyLength); in ReallocBeforeWrite()418 pNewData->CopyContents(*m_pData); in GetBuffer()462 pNewData->CopyContents(*m_pData); in Concat()
362 m_pData->CopyContents(str1.unterminated_c_str(), str1.GetLength()); in WideString()504 m_pData->CopyContents(pSrcData, nSrcLen); in AssignCopy()520 pNewData->CopyContents(m_pData->m_String, nCopyLength); in ReallocBeforeWrite()585 pNewData->CopyContents(*m_pData); in GetBuffer()629 pNewData->CopyContents(*m_pData); in Concat()
279 CopyContents(other); in StringBuffer()288 CopyContents(other); in StringBuffer()307 CopyContents(other); in assign()330 void CopyContents(const StringBuffer<kOtherSize>& other) { in CopyContents() function
360 CopyContents(other); in ByteBuffer()369 CopyContents(other); in ByteBuffer()388 CopyContents(other); in assign()406 void CopyContents(const ByteBuffer<kOtherSize>& other) { in CopyContents() function