Searched refs:lower_bound (Results 1 - 24 of 24) sorted by relevance

/haiku/src/apps/haikudepot/packagemodel/
H A DDepotInfo.cpp120 = std::lower_bound(
133 = std::lower_bound(
151 = std::lower_bound(
H A DPackageInfo.cpp321 = std::lower_bound(
/haiku/headers/cpp/
H A Dstl_map.h151 iterator __i = lower_bound(__k);
190 iterator lower_bound(const key_type& __x) {return _M_t.lower_bound(__x); } function in class:map
191 const_iterator lower_bound(const key_type& __x) const { function in class:map
192 return _M_t.lower_bound(__x);
H A Dstl_multimap.h179 iterator lower_bound(const key_type& __x) {return _M_t.lower_bound(__x); } function in class:multimap
180 const_iterator lower_bound(const key_type& __x) const { function in class:multimap
181 return _M_t.lower_bound(__x);
H A Dalgo.h74 using __STD::lower_bound;
H A Dstl_multiset.h176 iterator lower_bound(const key_type& __x) const { function in class:multiset
177 return _M_t.lower_bound(__x);
H A Dstl_set.h170 iterator lower_bound(const key_type& __x) const { function in class:set
171 return _M_t.lower_bound(__x);
H A Dstl_tree.h747 iterator lower_bound(const key_type& __x);
748 const_iterator lower_bound(const key_type& __x) const;
1166 ::lower_bound(const _Key& __k) function in class:_Rb_tree
1184 ::lower_bound(const _Key& __k) const function in class:_Rb_tree
1242 return pair<iterator, iterator>(lower_bound(__k), upper_bound(__k));
1252 return pair<const_iterator,const_iterator>(lower_bound(__k),
H A Dstl_algo.h1720 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
1747 inline _ForwardIter lower_bound(_ForwardIter __first, _ForwardIter __last, function
1778 inline _ForwardIter lower_bound(_ForwardIter __first, _ForwardIter __last, function
1868 __left = lower_bound(__first, __middle, __val);
1906 __left = lower_bound(__first, __middle, __val, __comp);
1926 _ForwardIter __i = lower_bound(__first, __last, __val);
1934 _ForwardIter __i = lower_bound(__first, __last, __val, __comp);
1998 __second_cut = lower_bound(__middle, __last, *__first_cut);
2035 __second_cut = lower_bound(__middle, __last, *__first_cut, __comp);
2156 __second_cut = lower_bound(__middl
[all...]
H A Dstl_hashtable.h163 const unsigned long* pos = lower_bound(__first, __last, __n);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp504 con_map::const_iterator it = m_conSourceMap.lower_bound(node);
527 con_map::const_iterator it = m_conDestinationMap.lower_bound(node);
554 con_map::const_iterator it = m_conSourceMap.lower_bound(sourceNode);
1336 con_map::iterator it = m_conSourceMap.lower_bound(connection.sourceNode());
1764 for(con_map::iterator it = m_conSourceMap.lower_bound(connection->sourceNode());
1768 for(con_map::iterator it = m_conDestinationMap.lower_bound(connection->destinationNode());
1805 itSource = m_conSourceMap.lower_bound(connection.sourceNode());
1814 itDestination = m_conDestinationMap.lower_bound(connection.destinationNode());
H A DNodeRef.cpp374 it = m_manager->m_conDestinationMap.lower_bound(m_info.node.node);
395 it = m_manager->m_conSourceMap.lower_bound(m_info.node.node);
419 it = m_manager->m_conDestinationMap.lower_bound(m_info.node.node);
445 it = m_manager->m_conSourceMap.lower_bound(m_info.node.node);
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.cpp297 = std::lower_bound(
/haiku/src/kits/support/
H A DPointerList.cpp159 const void** found = lower_bound(items, end, key, comparator(this));
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.h107 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(lower_bound)
H A DDebugInfoEntry.cpp250 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(lower_bound)
H A DAttributeClasses.cpp71 { ENTRY(lower_bound), AC_BLOCK | AC_CONSTANT | AC_REFERENCE },
/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp70 = std::lower_bound(
H A DModel.cpp964 = std::lower_bound(
1029 = std::lower_bound(
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp195 tip_entry_set::iterator it = viewEntry->m_tips.lower_bound(&matchEntry);
276 tip_entry_set::iterator itCur = m_tips.lower_bound(&matchEntry);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp293 = std::lower_bound(fPackages.begin(), fPackages.end(), package,
353 = std::lower_bound(fPackages.begin(), fPackages.end(), package,
/haiku/src/build/libgnuregex/
H A Dregex.c1751 int lower_bound = -1, upper_bound = -1;
1763 GET_UNSIGNED_NUMBER (lower_bound);
1772 upper_bound = lower_bound;
1774 if (lower_bound < 0 || upper_bound > RE_DUP_MAX
1775 || lower_bound > upper_bound)
1844 lower_bound);
1851 insert_op2 (set_number_at, laststart, 5, lower_bound, b);
1742 int lower_bound = -1, upper_bound = -1; local
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp158 erase(std::lower_bound(begin(), end(), value));
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp7406 for (DataIter = MyAppPntr->m_WordMap.lower_bound (m_FirstDisplayedWord),
7721 DataIter = MyAppPntr->m_WordMap.lower_bound (m_FirstDisplayedWord);

Completed in 196 milliseconds