Lines Matching refs:Size
92 template <typename Type, int Size>
93 NW_INLINE static_any<Type*> contain(Type (&col)[Size]) in contain() argument
101 template <typename Type, int Size>
102 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<Type[Size]>*) in begin() argument
107 template <typename Type, int Size>
108 NW_INLINE static_any<Type*> end(static_any_t cur, contain_type<Type[Size]>*) in end() argument
110 return static_any_cast<Type*>(cur) + Size; in end()
113 template <typename Type, int Size>
114 NW_INLINE void next(static_any_t cur, contain_type<Type[Size]>*) in next() argument
119 template <typename Type, int Size>
120 NW_INLINE Type& extract(static_any_t cur, contain_type<Type[Size]>*) in extract() argument
126 template <typename Type, int Size>
127 NW_INLINE bool done(static_any_t cur, static_any_t end, contain_type<Type[Size]>*) in done() argument