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

1 2 3

  /external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Android.mk 19 test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
20 test_src := set_union.pass.cpp
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/stlport/test/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-gnustl-full/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setunion_test.cpp 43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result);
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /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
  /ndk/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),
  /external/chromium_org/base/
stl_util.h 229 std::set_union(a1.begin(), a1.end(),
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stl_util.h 234 std::set_union(a1.begin(), a1.end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 115 set_union
530 // set_union
767 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
772 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 113 set_union
525 // set_union
758 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
763 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 115 set_union
530 // set_union
767 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
772 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 115 set_union
530 // set_union
767 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
772 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate,
713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate,
713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algorithmfwd.h 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate,
713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 702 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
708 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate,
713 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
718 set_union(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Predicate);
  /external/stlport/stlport/stl/
_algo.h 600 // Set algorithms: includes, set_union, set_intersection, set_difference,
614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,

Completed in 825 milliseconds

1 2 3