/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algo.h | 58 #include <parallel/unique_copy.h> 299 unique_copy(InputIterator begin1, InputIterator end1, OutputIterator out, function in namespace:std::__parallel 301 { return _GLIBCXX_STD_P::unique_copy(begin1, end1, out); } 307 unique_copy(InputIterator begin1, InputIterator end1, OutputIterator out, function in namespace:std::__parallel 309 { return _GLIBCXX_STD_P::unique_copy(begin1, end1, out, pred); } 318 { return _GLIBCXX_STD_P::unique_copy(begin, last, out, pred); } 320 // Parallel unique_copy for random access iterators 333 return _GLIBCXX_STD_P::unique_copy(begin, last, out, pred); 339 unique_copy(InputIterator begin1, InputIterator end1, OutputIterator out) function in namespace:std::__parallel 354 unique_copy(InputIterator begin1, InputIterator end1, OutputIterator out function in namespace:std::__parallel [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
algo.h | 58 #include <parallel/unique_copy.h> 302 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 304 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); } 310 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 312 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); } 321 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); } 323 // Parallel unique_copy for random access iterators 337 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); 343 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel 359 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel [all...] |
/external/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algo.h | 4930 unique_copy(_InputIterator __first, _InputIterator __last, function 4970 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 4930 unique_copy(_InputIterator __first, _InputIterator __last, function 4970 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 4930 unique_copy(_InputIterator __first, _InputIterator __last, function 4970 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 4930 unique_copy(_InputIterator __first, _InputIterator __last, function 4970 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algo.h | 4930 unique_copy(_InputIterator __first, _InputIterator __last, function 4970 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algo.c | 289 // unique and unique_copy 348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result) { function 358 unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result, function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 5107 unique_copy(_InputIterator __first, _InputIterator __last, function 5147 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 5107 unique_copy(_InputIterator __first, _InputIterator __last, function 5147 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 5107 unique_copy(_InputIterator __first, _InputIterator __last, function 5147 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algo.h | 5141 unique_copy(_InputIterator __first, _InputIterator __last, function 5181 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 5107 unique_copy(_InputIterator __first, _InputIterator __last, function 5147 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algo.h | 5141 unique_copy(_InputIterator __first, _InputIterator __last, function 5181 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algo.h | 5139 unique_copy(_InputIterator __first, _InputIterator __last, function 5179 unique_copy(_InputIterator __first, _InputIterator __last, function [all...] |