Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dset_union.h65 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union() function
83 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( in set_union() function
/external/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
/external/llvm/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() function
DSetVector.h234 bool set_union(const STy &S) { in set_union() function
/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py290 def set_union(a, b, validate_indices=True): function
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.hpp67 C set_union (const C& s1, const C& s2) in set_union() function
/external/python/cpython2/Objects/
Dsetobject.c1178 set_union(PySetObject *so, PyObject *args) in set_union() function
/external/python/cpython3/Objects/
Dsetobject.c1120 set_union(PySetObject *so, PyObject *args) in set_union() function
/external/starlark-go/starlark/
Dlibrary.go2134 func set_union(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func