HomeSort by relevance Sort by last modified time
    Searched defs:ReallocBeforeWrite (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
bytestring.cpp 364 void ByteString::ReallocBeforeWrite(size_t nNewLength) {
414 ReallocBeforeWrite(nNewLength);
460 ReallocBeforeWrite(old_length);
536 ReallocBeforeWrite(m_pData->m_nDataLength);
546 ReallocBeforeWrite(new_length);
598 ReallocBeforeWrite(m_pData->m_nDataLength);
606 ReallocBeforeWrite(m_pData->m_nDataLength);
625 ReallocBeforeWrite(m_pData->m_nDataLength);
761 ReallocBeforeWrite(len);
794 ReallocBeforeWrite(m_pData->m_nDataLength)
    [all...]
widestring.cpp 531 void WideString::ReallocBeforeWrite(size_t nNewLength) {
581 ReallocBeforeWrite(nNewLength);
627 ReallocBeforeWrite(old_length);
728 ReallocBeforeWrite(new_length);
768 ReallocBeforeWrite(m_pData->m_nDataLength);
776 ReallocBeforeWrite(m_pData->m_nDataLength);
795 ReallocBeforeWrite(m_pData->m_nDataLength);
903 ReallocBeforeWrite(m_pData->m_nDataLength);
991 ReallocBeforeWrite(len);
1016 ReallocBeforeWrite(m_pData->m_nDataLength)
    [all...]

Completed in 128 milliseconds