Searched refs:upper_bound (Results 1 – 6 of 6) sorted by relevance
61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound, in property_get_imax() argument82 } else if (result < lower_bound || result > upper_bound) { in property_get_imax()
115 auto upper_end = callbacks_.upper_bound(source_url); in ProcessUrlResponse()
194 auto it = maps.upper_bound(&find_map); in FindMapByAddr()
201 auto it = std::upper_bound(symbols_.begin(), symbols_.end(), in FindSymbol()
1479 auto upper_bound = reinterpret_cast<const uint8_t *>(elem) + elem_len;1480 if (upper_bound_ < upper_bound)1481 upper_bound_ = upper_bound;
339 auto it = std::upper_bound(func_vaddrs.begin(), func_vaddrs.end(), in FindProcInfo()