Searched defs:upper_bound (Results 1 – 5 of 5) sorted by relevance
81 iterator upper_bound(const K& k) { return map_.upper_bound(k); } in upper_bound() function82 const_iterator upper_bound(const K& k) const { return map_.upper_bound(k); } in upper_bound() function
46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintHeaderBits; in TEST() local
215 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType()
428 ValueBound upper_bound = range->GetUpper(); in Narrow() local
2822 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()