Home
last modified time | relevance | path

Searched refs:set_intersection (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/range/test/algorithm_test/
Dset_intersection.cpp55 = std::set_intersection(cont1.begin(), cont1.end(), in test()
60 = boost::set_intersection(cont1, cont2, test_cont.begin()); in test()
65 test_result = boost::set_intersection( in test()
72 test_result = boost::set_intersection( in test()
79 test_result = boost::set_intersection( in test()
114 = std::set_intersection(cont1.begin(), cont1.end(), in test_pred()
120 = boost::set_intersection(cont1, cont2, test_cont.begin(), pred); in test_pred()
125 test_result = boost::set_intersection( in test_pred()
132 test_result = boost::set_intersection( in test_pred()
139 test_result = boost::set_intersection( in test_pred()
/third_party/boost/libs/range/doc/reference/algorithm/
Dset_intersection.qbk6 [section:set_intersection set_intersection]
16 OutputIterator set_intersection(const SinglePassRange1& rng1,
26 OutputIterator set_intersection(const SinglePassRange1& rng1,
34 `set_intersection` constructs a sorted range that is the intersection of the sorted ranges `rng1` a…
/third_party/boost/boost/range/algorithm/
Dset_algorithm.hpp95 inline OutputIterator set_intersection(const SinglePassRange1& rng1, in set_intersection() function
101 return std::set_intersection(boost::begin(rng1), boost::end(rng1), in set_intersection()
108 inline OutputIterator set_intersection(const SinglePassRange1& rng1, in set_intersection() function
115 return std::set_intersection(boost::begin(rng1), boost::end(rng1), in set_intersection()
193 using range::set_intersection;
/third_party/boost/libs/compute/test/
Dtest_set_intersection.cpp35 bc::set_intersection(set1.begin(), set1.begin() + 12, in BOOST_AUTO_TEST_CASE()
54 bc::set_intersection(set1.begin(), set1.begin() + 12, in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/phoenix/test/algorithm/
Dtransformation3.cpp106 using boost::phoenix::set_intersection; in set_intersection_test()
113 BOOST_TEST(set_intersection(arg1, arg2, arg3)(array, array2, output) == output + 2); in set_intersection_test()
120 BOOST_TEST(boost::phoenix::set_intersection(arg1, arg2, arg3, std::greater<int>()) in set_intersection_test()
/third_party/boost/libs/compute/perf/
Dperf_stl_set_intersection.cpp43 v3_end = std::set_intersection( in main()
Dperf_set_intersection.cpp63 gpu_v3_end = boost::compute::set_intersection( in main()
DCMakeLists.txt72 set_intersection
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp1007 struct set_intersection struct
1026 return std::set_intersection( in operator ()()
1037 return std::set_intersection( in operator ()()
1193 BOOST_PHOENIX_ADAPT_CALLABLE(set_intersection, impl::set_intersection, 3)
1194 BOOST_PHOENIX_ADAPT_CALLABLE(set_intersection, impl::set_intersection, 4)
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSTLUtil.hpp60 std::set_intersection(s1.begin(), s1.end(), s2.begin(), s2.end(), in intersection()
/third_party/boost/boost/compute/algorithm/
Dset_intersection.hpp119 inline OutputIterator set_intersection(InputIterator1 first1, in set_intersection() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dset_intersection.hpp119 inline OutputIterator set_intersection(InputIterator1 first1, in set_intersection() function
/third_party/boost/boost/graph/detail/
Dset_adaptor.hpp81 std::set_intersection( in set_intersect()
/third_party/boost/libs/compute/doc/
Dreference.qbk106 * [funcref boost::compute::set_intersection set_intersection()]
/third_party/boost/libs/range/test/
Dalgorithm.cpp298 o = boost::set_intersection(rng, rng2, boost::begin(out)); in test_algorithms()
299 o = boost::set_intersection(rng, rng2, boost::begin(out), std::equal_to<value_type>()); in test_algorithms()
DJamfile.v2149 [ range-test algorithm_test/set_intersection ]
/third_party/python/Objects/
Dsetobject.c1180 set_intersection(PySetObject *so, PyObject *other) in set_intersection() function
1266 PyObject *newresult = set_intersection((PySetObject *)result, other); in set_intersection_multi()
1287 tmp = set_intersection(so, other); in set_intersection_update()
1316 return set_intersection(so, other); in set_and()
1413 other = set_intersection(so, other); in set_difference_update_internal()
/third_party/boost/boost/lambda/
Dalgorithm.hpp1034 struct set_intersection { struct
1046 { return std::set_intersection(a, b, c, d, e);} in operator ()()
1051 { return std::set_intersection(a, b, c, d, e, f);} in operator ()()
/third_party/boost/libs/phoenix/doc/modules/
Dstl.qbk227 …[[`set_intersection(r1, r2, o[, f])`] [`set_intersection(begin(r1), end(r1), begin(r2), end(r2)[…
/third_party/json/test/src/
Dunit-algorithms.cpp288 … std::set_intersection(j1.begin(), j1.end(), j2.begin(), j2.end(), std::back_inserter(j3));
/third_party/boost/libs/range/doc/
Dboost_range.qbk143 …set_intersection__ [link range.reference.algorithms.set.set_intersection set_intersection]]
/third_party/boost/boost/graph/distributed/
Dstrong_components.hpp580 … std::set_intersection( vertex_sets[id + i*num_procs].begin(), vertex_sets[id + i*num_procs].end(), in fleischer_hendrickson_pinar_strong_components()
587 … std::set_intersection( vertex_sets[id + i*num_procs].begin(), vertex_sets[id + i*num_procs].end(), in fleischer_hendrickson_pinar_strong_components()
595 std::set_intersection(set_map[v].pred.begin(), set_map[v].pred.end(), in fleischer_hendrickson_pinar_strong_components()
/third_party/gn/src/base/
Dstl_util.h117 std::set_intersection(a1.begin(), a1.end(), a2.begin(), a2.end(), in STLSetIntersection()
/third_party/boost/libs/range/doc/html/
Dquickbook_HTML.manifest94 range/reference/algorithms/set/set_intersection.html
/third_party/boost/libs/compute/doc/html/
Dstandalone_HTML.manifest75 boost/compute/set_intersection.html

12