Home
last modified time | relevance | path

Searched refs:binary_search (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dalgo.h77 using __STD::binary_search;
H A Dstl_algo.h1924 bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search() function
1931 bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search() function
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp163 { return std::binary_search(begin(), end(), value); } in Contains()