Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_MoveArray.h234 return (capacity() == 0 && GetArrayKind() != ARRAY_VARIABILITY) in SafeBool()
271 NW_ASSERT(GetArrayKind() != ARRAY_FIXED); in release()
425 if (GetArrayKind() == ARRAY_VARIABILITY) in ShrinkToFit()
427 MoveArray clone(size(), m_Allocator, GetArrayKind()); in ShrinkToFit()
435 ArrayKind GetArrayKind() const in GetArrayKind() function
798 if (m_Allocator == 0 || GetArrayKind() != ARRAY_VARIABILITY) in reserve()