Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_FixedLengthString.h49 …static const size_t Length = (TObjectSize - sizeof(FixedLengthStringHeader<TChar>)) / sizeof(TChar… member
50 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() argument
232 template <size_t Length, size_t Size>
233 FixedLengthString& AppendHead(const FixedLengthString<Char, Length, Size>& s) in AppendHead() argument
293 template <size_t Length, size_t Size>
294 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail() argument
[all …]
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_Mbuf.h270 s16& Length(void) in Length() function
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector4.h164 f32 Length() const { return VEC4Len(this); } in Length() function
Dmath_Vector2.h140 f32 Length() const { return FSqrt(this->x * this->x + this->y * this->y); } in Length() function
Dmath_Vector3.h155 f32 Length() const { return VEC3Len(this); } in Length() function