Home
last modified time | relevance | path

Searched refs:CanOperateInPlace (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.cpp365 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
386 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
433 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
477 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()
Dstring_data_template.h63 bool CanOperateInPlace(size_t nTotalLen) const { in CanOperateInPlace() function
Dwidestring.cpp532 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
553 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
600 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
644 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()