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];75 static const size_t DefaultHead = (Base::Length - MaxLength) / 2;142 NN_TASSERT_(GetLength() + index <= Base::Length);194 template <size_t Length, size_t Size>195 FixedLengthString(const FixedLengthString<TChar, Length, Size>& s1) in FixedLengthString() argument232 template <size_t Length, size_t Size>233 FixedLengthString& AppendHead(const FixedLengthString<Char, Length, Size>& s) in AppendHead() argument293 template <size_t Length, size_t Size>294 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() argument[all …]
270 s16& Length(void) in Length() function
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