Searched refs:static_any_cast (Results 1 – 1 of 1) sorted by relevance
45 NW_INLINE Type& static_any_cast(static_any_t value) in static_any_cast() function102 return static_any_cast<Type*>(cur); in begin()108 return static_any_cast<Type*>(cur) + Size; in end()114 ++static_any_cast<Type*>(cur); in next()120 return *static_any_cast<Type*>(cur); in extract()127 return static_any_cast<Type*>(cur) == static_any_cast<Type*>(end); in done()136 return static_any_cast<Type*>(cur)->begin(); in begin()142 return static_any_cast<Type>(cur).begin(); in begin()148 return static_any_cast<Type*>(cur)->end(); in end()154 return static_any_cast<Type>(cur).end(); in end()[all …]