HomeSort by relevance Sort by last modified time
    Searched defs:unique_copy (Results 1 - 24 of 24) 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-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/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...]
  /prebuilts/ndk/9/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...]
  /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/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-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/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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.11-4.6/x86_64-linux/include/c++/4.6/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.9/include/bits/
stl_algo.h 4352 unique_copy(_InputIterator __first, _InputIterator __last, function
4393 unique_copy(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 2101 milliseconds