Home
last modified time | relevance | path

Searched defs:to_list (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/metaparse/example/constexpr_parser/
Dmain.cpp139 struct to_list struct
143 return const_list<T, N - from>(s[from], to_list<T, N, from + 1>::run(s)); in run() argument
148 struct to_list<T, N, N> struct
150 static constexpr const_list<T, 0> run(const T (&s)[N]) in run()
/third_party/boost/libs/hana/test/ext/boost/mpl/list/
Dto.cpp24 auto to_list = hana::to<hana::ext::boost::mpl::list_tag>; in main() local
/third_party/mindspore/mindspore/train/summary/
Denums.py23 def to_list(cls): member in BaseEnum
/third_party/libnl/include/netlink-private/route/
Dtc-api.h83 struct nl_list_head to_list; member
/third_party/boost/libs/assign/test/
Demail_example.cpp45 mutable address_map to_list; member in email
/third_party/python/Lib/test/
Dtest_asyncgen.py42 def to_list(gen): function
760 async def to_list(self, gen): member in AsyncGenAsyncioTest
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h58 struct lws_dll2 to_list; /**< pt lists ss with pending to-s */ member
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py3071 def to_list(items): function