Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_FixedBufferVector.h31 : m_Length(0) in FixedBufferVector()
51 NN_MAX_TASSERT_(m_Length, NUM_OF_T - 1); in Add()
53 T* p = &m_Buffer[m_Length]; in Add()
54 m_Length++; in Add()
60 NN_MIN_TASSERT_(m_Length, 1); in Remove()
62 const int last = m_Length - 1; in Remove()
67 m_Length--; in Remove()
71 m_Length = 0; in Clear()
75 T* GetEnd() { return &m_Buffer[m_Length]; } in GetEnd()
77 const T* GetEnd() const { return &m_Buffer[m_Length]; } in GetEnd()
[all …]
Dfnd_FixedLengthString.h37 s32 m_Length; variable
80 using Base::m_Length;
90 this->m_Length = -1; in SetInvalid()
103 NN_TASSERT_(0 <= i && i <= m_Length); in CheckIndex()
156 this->m_Length = length; in SetLength()
205 return m_Length; in GetLength()
248 NN_TASSERT_(m_Data[m_Length] == 0); in AppendHead()
278 NN_TASSERT_(m_Data[m_Length] == 0); in AppendHead()
310 NN_TASSERT_(m_Data[m_Length] == 0); in AppendTail()
362 NN_TASSERT_(m_Data[m_Length] == 0); in AppendTailAsHex()
[all …]