Lines Matching refs:Size
90 template <typename Type, int Size>
91 NW_INLINE static_any<Type*> contain(Type (&col)[Size]) in contain() argument
99 template <typename Type, int Size>
100 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<Type[Size]>*) in begin() argument
105 template <typename Type, int Size>
106 NW_INLINE static_any<Type*> end(static_any_t cur, contain_type<Type[Size]>*) in end() argument
108 return static_any_cast<Type*>(cur) + Size; in end()
111 template <typename Type, int Size>
112 NW_INLINE void next(static_any_t cur, contain_type<Type[Size]>*) in next() argument
117 template <typename Type, int Size>
118 NW_INLINE Type& extract(static_any_t cur, contain_type<Type[Size]>*) in extract() argument
124 template <typename Type, int Size>
125 NW_INLINE bool done(static_any_t cur, static_any_t end, contain_type<Type[Size]>*) in done() argument