Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Foreach.h47 NW_INLINE Type& static_any_cast(static_any_t value) in static_any_cast() function
104 return static_any_cast<Type*>(cur); in begin()
110 return static_any_cast<Type*>(cur) + Size; in end()
116 ++static_any_cast<Type*>(cur); in next()
122 return *static_any_cast<Type*>(cur); in extract()
129 return static_any_cast<Type*>(cur) == static_any_cast<Type*>(end); in done()
138 return static_any_cast<Type*>(cur)->begin(); in begin()
144 return static_any_cast<Type>(cur).begin(); in begin()
150 return static_any_cast<Type*>(cur)->end(); in end()
156 return static_any_cast<Type>(cur).end(); in end()
[all …]