Searched defs:binary_search (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Ductralgo.h419 inline typename Container::const_iterator binary_search (const Container& ctr, const typename Container::value_type& value) function in namespace:ustl
421 return (binary_search (ctr.begin(), ctr.end(), value));
424 inline typename Container::iterator binary_search (Container& ctr, const typename Container::value_type& value) function in namespace:ustl
426 return (binary_search (ctr.begin(), ctr.end(), value));
H A Dualgo.h397 inline ForwardIterator binary_search (ForwardIterator first, ForwardIterator last, const LessThanComparable& value) function in namespace:ustl
H A Dupredalgo.h233 inline ForwardIterator binary_search (ForwardIterator first, ForwardIterator last, const T& value, StrictWeakOrdering comp) function in namespace:ustl

Completed in 55 milliseconds