Searched defs:to_list (Results 1 – 8 of 8) sorted by relevance
139 struct to_list struct143 return const_list<T, N - from>(s[from], to_list<T, N, from + 1>::run(s)); in run() argument148 struct to_list<T, N, N> struct150 static constexpr const_list<T, 0> run(const T (&s)[N]) in run()
24 auto to_list = hana::to<hana::ext::boost::mpl::list_tag>; in main() local
23 def to_list(cls): member in BaseEnum
83 struct nl_list_head to_list; member
45 mutable address_map to_list; member in email
42 def to_list(gen): function760 async def to_list(self, gen): member in AsyncGenAsyncioTest
58 struct lws_dll2 to_list; /**< pt lists ss with pending to-s */ member
3071 def to_list(items): function