Searched refs:IsItemKeyLessThanGivenKey (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/ |
H A D | flat_map.h | 165 items_.begin(), items_.end(), key, IsItemKeyLessThanGivenKey); in at() 182 items_.cbegin(), items_.cend(), key, IsItemKeyLessThanGivenKey); in at() 206 return std::lower_bound(begin(), end(), key, IsItemKeyLessThanGivenKey); in lower_bound() 280 static constexpr bool IsItemKeyLessThanGivenKey(const value_type& item, in IsItemKeyLessThanGivenKey() function
|