Searched refs:Length (Results 1 – 5 of 5) sorted by relevance
49 …static const size_t Length = (TObjectSize - sizeof(FixedLengthStringHeader<TChar>)) / sizeof(TChar… member50 TChar m_Buffer[Length + 1];75 static const size_t DefaultHead = (Base::Length - MaxLength) / 2;142 NN_TASSERT_(GetLength() + index <= Base::Length);183 && m_Data + m_Length <= m_Buffer + Base::Length in CheckState()185 && MaxLength <= Base::Length in CheckState()217 template <size_t Length, size_t Size>218 FixedLengthString(const FixedLengthString<TChar, Length, Size>& s1) in FixedLengthString() argument255 template <size_t Length, size_t Size>256 FixedLengthString& AppendHead(const FixedLengthString<Char, Length, Size>& str) in AppendHead() argument[all …]
164 f32 Length() const { return VEC4Len(this); } in Length() function
140 f32 Length() const { return FSqrt(this->x * this->x + this->y * this->y); } in Length() function
155 f32 Length() const { return VEC3Len(this); } in Length() function
270 s16& Length(void) in Length() function