Lines Matching refs:std
180 NW_INLINE static_any<Type> begin(static_any_t cur, contain_type<std::pair<Type, Type> >*) in begin()
182 return static_any_cast<std::pair<Type, Type> >(cur).first; in begin()
186 NW_INLINE static_any<Type> end(static_any_t cur, contain_type<std::pair<Type, Type> >*) in end()
188 return static_any_cast<std::pair<Type, Type> >(cur).second; in end()
192 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type, Type> >*) in next()
198 NW_INLINE typename Type::reference extract(static_any_t cur, contain_type<std::pair<Type, Type> >*) in extract()
204 NW_INLINE bool done(static_any_t cur, static_any_t end, contain_type<std::pair<Type, Type> >*) in done()
213 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in begin()
215 return static_any_cast<std::pair<Type*, Type*> >(cur).first; in begin()
219 NW_INLINE static_any<Type*> end(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in end()
221 return static_any_cast<std::pair<Type*, Type*> >(cur).second; in end()
225 NW_INLINE void next(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in next()
231 NW_INLINE Type& extract(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in extract()
237 NW_INLINE bool done(static_any_t cur, static_any_t end, contain_type<std::pair<Type*, Type*> >*) in done()