HomeSort by relevance Sort by last modified time
    Searched refs:find_if_switch (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 166 find_if_switch(_IIter, _IIter, _Predicate, _IterTag);
170 find_if_switch(_RAIter, _RAIter, _Predicate, random_access_iterator_tag);
algo.h 182 find_if_switch(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
189 find_if_switch(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
207 return find_if_switch(begin, end, pred, iterator_category());
    [all...]

Completed in 88 milliseconds