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

  /external/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 51 #include <parallel/for_each.h>
68 for_each(InputIterator begin, InputIterator end, Function f, function in namespace:std::__parallel
70 { return _GLIBCXX_STD_P::for_each(begin, end, f); }
78 { return for_each(begin, end, f, __gnu_parallel::sequential_tag()); }
102 return for_each(begin, end, f, __gnu_parallel::sequential_tag());
108 for_each(Iterator begin, Iterator end, Function f, function in namespace:std::__parallel
119 for_each(Iterator begin, Iterator end, Function f) function in namespace:std::__parallel
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 176 // for_each
361 // for_each
4237 for_each(_InputIterator __first, _InputIterator __last, _Function __f) function
    [all...]

Completed in 92 milliseconds