Searched refs:test_binary_algorithm (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
| D | support_status.cpp | 227 void test_binary_algorithm(std::string const& name) in test_binary_algorithm() function 242 …test_binary_algorithm<append, all_types, boost::mpl::vector<point_type, std::vector<point_type> >,… in support_status() 244 test_binary_algorithm<buffer, all_types, all_types, OutputFactory>("buffer"); in support_status() 247 test_binary_algorithm<convert, all_types, all_types, OutputFactory>("convert"); in support_status() 250 test_binary_algorithm<covered_by, all_types, all_types, OutputFactory>("covered_by"); in support_status() 251 test_binary_algorithm<disjoint, all_types, all_types, OutputFactory>("disjoint"); in support_status() 252 test_binary_algorithm<distance, all_types, all_types, OutputFactory>("distance"); in support_status() 254 test_binary_algorithm<equals, all_types, all_types, OutputFactory>("equals"); in support_status() 255 test_binary_algorithm<expand, all_types, all_types, OutputFactory>("expand"); in support_status() 262 … test_binary_algorithm<line_interpolate, all_types, all_types, OutputFactory>("line_interpolate"); in support_status() [all …]
|