Searched refs:set_union (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | setunion_test.cpp | 43 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()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _algo.h | 614 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, 620 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1,
|
H A D | _algo.c | 1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function 1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, in set_union() function
|