HomeSort by relevance Sort by last modified time
    Searched defs:unique_copy (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 58 #include <parallel/unique_copy.h>
304 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel
306 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); }
312 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel
314 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); }
323 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); }
325 // Parallel unique_copy for random access iterators
339 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred);
345 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel
361 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel
    [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/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 5116 unique_copy(_InputIterator __first, _InputIterator __last, function
5156 unique_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 5116 unique_copy(_InputIterator __first, _InputIterator __last, function
5156 unique_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 5116 unique_copy(_InputIterator __first, _InputIterator __last, function
5156 unique_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/current/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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 4386 unique_copy(_InputIterator __first, _InputIterator __last, function
4427 unique_copy(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 669 milliseconds