Home
last modified time | relevance | path

Searched defs:MAKE_TUPLE (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/iterator/test/
Dzip_iterator_test_fusion.cpp13 #define MAKE_TUPLE boost::fusion::make_vector macro
Dzip_iterator_test_std_tuple.cpp17 #define MAKE_TUPLE std::make_tuple macro
Dzip_iterator_test_std_pair.cpp29 #define MAKE_TUPLE std::make_pair macro
/third_party/boost/libs/hana/test/ext/boost/fusion/deque/auto/
D_specs.hpp14 #define MAKE_TUPLE(...) ::boost::fusion::make_deque(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/tuple/auto/
D_specs.hpp11 #define MAKE_TUPLE(...) ::boost::hana::make_tuple(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/ext/std/tuple/auto/
D_specs.hpp13 #define MAKE_TUPLE(...) ::std::make_tuple(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/ext/boost/fusion/list/auto/
D_specs.hpp14 #define MAKE_TUPLE(...) ::boost::fusion::make_list(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/basic_tuple/auto/
D_specs.hpp11 #define MAKE_TUPLE(...) ::boost::hana::make_basic_tuple(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/ext/boost/tuple/auto/
D_specs.hpp13 #define MAKE_TUPLE(...) ::boost::make_tuple(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/ext/boost/fusion/tuple/auto/
D_specs.hpp14 #define MAKE_TUPLE(...) ::boost::fusion::make_tuple(__VA_ARGS__) macro
/third_party/boost/libs/hana/test/ext/boost/fusion/vector/auto/
D_specs.hpp14 #define MAKE_TUPLE(...) ::boost::fusion::make_vector(__VA_ARGS__) macro
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h427 constexpr char MAKE_TUPLE[] = "MakeTuple"; variable