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/v8/include/
Dv8.h5446 size_t CopyContents(void* dest, size_t byte_length);
/external/v8/src/api/
Dapi.cc7682 size_t v8::ArrayBufferView::CopyContents(void* dest, size_t byte_length) { in CopyContents() function in v8::v8::ArrayBufferView