Home
last modified time | relevance | path

Searched defs:string_list_generator (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/mpi/test/
Dall_to_all_test.cpp89 struct string_list_generator struct
112 all_to_all_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument
Dall_gather_test.cpp120 struct string_list_generator struct
142 all_gather_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument
Dgather_test.cpp136 struct string_list_generator struct
159 gather_test(comm, string_list_generator(), "list of strings"); in BOOST_AUTO_TEST_CASE() argument
Dscatter_test.cpp93 struct string_list_generator struct
95 typedef std::list<std::string> result_type;
97 std::list<std::string> operator()(int p) const in operator ()()
/third_party/boost/libs/mpi/test/python/
Dgenerators.py19 def string_list_generator(p): function