Home
last modified time | relevance | path

Searched defs:set_union (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dset_algorithm.hpp62 inline OutputIterator set_union(const SinglePassRange1& rng1, in set_union() function
75 inline OutputIterator set_union(const SinglePassRange1& rng1, in set_union() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetOperations.h22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
DSetVector.h245 bool set_union(const STy &S) { in set_union() function
/third_party/boost/boost/compute/algorithm/
Dset_union.hpp144 inline OutputIterator set_union(InputIterator1 first1, in set_union() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dset_union.hpp144 inline OutputIterator set_union(InputIterator1 first1, in set_union() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSTLUtil.hpp66 C set_union (const C& s1, const C& s2) in set_union() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp968 struct set_union struct
974 struct result<This(R1&, R2&, O)>
979 struct result<This(R1&, R2&, O, C)>
985 operator()(R1& r1, R2& r2, O o) const in operator ()()
996 operator()(R1& r1, R2& r2, O o, C c) const in operator ()()
/third_party/boost/boost/graph/detail/
Dset_adaptor.hpp86 void set_union(const std::set< K, C, A >& x, const std::set< K, C, A >& y, in set_union() function
/third_party/boost/boost/lambda/
Dalgorithm.hpp1011 struct set_union { struct
1014 struct sig {
1022 operator()(A a, A b, C c, C d, E e) const in operator ()()
1027 operator()(A a, A b, C c, C d, E e, F f) const in operator ()()
/third_party/python/Objects/
Dsetobject.c1120 set_union(PySetObject *so, PyObject *args) in set_union() function