Searched refs:totalSize (Results 1 – 1 of 1) sorted by relevance
265 size_t totalSize = this->GetLength() + length; in AppendHead() local266 if (totalSize > MaxLength) in AppendHead()275 std::memcpy(m_Buffer + MaxLength - totalSize, s, sizeof(Char) * length); in AppendHead()276 SetHead(MaxLength - totalSize); in AppendHead()277 SetLength(totalSize); in AppendHead()307 size_t totalSize = this->GetLength() + length; in AppendHead() local309 std::memcpy(m_Buffer + MaxLength - totalSize, s, sizeof(Char) * length); in AppendHead()310 SetHead(MaxLength - totalSize); in AppendHead()311 SetLength(totalSize); in AppendHead()