HomeSort by relevance Sort by last modified time
    Searched refs:set_union (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 65 C set_union (const C& s1, const C& s2) function in namespace:de
68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(),
deSTLUtil.cpp 68 set<int> su = set_union(s1, s2);
  /external/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 231 /// TODO: We should be able to use set_union from SetOperations.h, but
234 bool set_union(const STy &S) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 243 /// TODO: We should be able to use set_union from SetOperations.h, but
246 bool set_union(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 243 /// TODO: We should be able to use set_union from SetOperations.h, but
246 bool set_union(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 243 /// TODO: We should be able to use set_union from SetOperations.h, but
246 bool set_union(const STy &S) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
SetVector.h 243 /// TODO: We should be able to use set_union from SetOperations.h, but
246 bool set_union(const STy &S) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
set_union.pass.cpp 18 // set_union(InIter1 first1, InIter1 last1,
37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
set_union_comp.pass.cpp 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
set_union.pass.cpp 18 // set_union(InIter1 first1, InIter1 last1,
37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
set_union_comp.pass.cpp 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
set_union.pass.cpp 18 // set_union(InIter1 first1, InIter1 last1,
37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
set_union_comp.pass.cpp 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa),
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb),
  /external/libchrome/base/
stl_util.h 231 std::set_union(a1.begin(), a1.end(),
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 234 std::set_union(a1.begin(), a1.end(),

Completed in 3450 milliseconds

1 2 3