Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_FixedLengthString.h265 size_t totalSize = this->GetLength() + length; in AppendHead() local
266 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() local
309 std::memcpy(m_Buffer + MaxLength - totalSize, s, sizeof(Char) * length); in AppendHead()
310 SetHead(MaxLength - totalSize); in AppendHead()
311 SetLength(totalSize); in AppendHead()