Home
last modified time | relevance | path

Searched refs:CopyContents (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_data_template.h46 result->CopyContents(pStr, nLen); in Create()
60 void CopyContents(const StringDataTemplate& other) { in CopyContents() function
66 void CopyContents(const CharType* pStr, size_t nLen) { in CopyContents() function
Dbytestring.cpp161 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()
Dwidestring.cpp362 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()
/external/pigweed/pw_string/public/pw_string/
Dstring_builder.h279 CopyContents(other); in StringBuffer()
288 CopyContents(other); in StringBuffer()
307 CopyContents(other); in assign()
330 void CopyContents(const StringBuffer<kOtherSize>& other) { in CopyContents() function
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h360 CopyContents(other); in ByteBuffer()
369 CopyContents(other); in ByteBuffer()
388 CopyContents(other); in assign()
406 void CopyContents(const ByteBuffer<kOtherSize>& other) { in CopyContents() function