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

  /prebuilt/linux-x86/toolchain/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...]
  /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...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]

Completed in 1386 milliseconds