Home
last modified time | relevance | path

Searched refs:set_union (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dsetunion_test.cpp43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); in setunon0()
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff)); in setunon1()
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
/ndk/tests/device/test-stlport/unit/
Dsetunion_test.cpp43 set_union((int*)v1, (int*)v1 + 3, (int*)v2, (int*)v2 + 4, (int*)result); in setunon0()
62 set_union(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff)); in setunon1()
75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), in setunon2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Dset_union.pass.cpp37 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test()
41 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
Dset_union_comp.pass.cpp39 OutIter ce = std::set_union(Iter1(ia), Iter1(ia+sa), in test()
43 ce = std::set_union(Iter1(ib), Iter1(ib+sb), in test()
/ndk/build/gmsl/
Dgmsl-tests279 $(call start_test,set_union)
280 $(call test_assert,$(call set_union,,),)
281 $(call test_assert,$(call set_union,1 2,),1 2)
282 $(call test_assert,$(call set_union,,3 4),3 4)
283 $(call test_assert,$(call set_union,1 2,3 4),1 2 3 4)
284 $(call test_assert,$(call set_union,1 2 3,3 4 5),1 2 3 4 5)
D__gmsl453 # Function: set_union
458 set_union = $(__gmsl_tr2)$(sort $1 $2)
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
D_algo.c1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function
1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm436 set_union(InputIterator1 first1, InputIterator1 last1,
441 set_union(InputIterator1 first1, InputIterator1 last1,
5340 // set_union
5370 set_union(_InputIterator1 __first1, _InputIterator1 __last1,
5386 set_union(_InputIterator1 __first1, _InputIterator1 __last1,
5389 return _VSTD::set_union(__first1, __last1, __first2, __last2, __result,
/ndk/build/core/
Ddefinitions.mk1167 $(eval LOCAL_SRC_TAG.$2 := $(call set_union,$1,$(LOCAL_SRC_TAG.$2))) \
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk279 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk270 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)