Searched defs:upper_bound (Results 1 – 8 of 8) sorted by relevance
33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform()
83 template<typename Kv> iterator upper_bound(const Kv& k) { return map_.upper_bound(k); } in upper_bound() function84 template<typename Kv> const_iterator upper_bound(const Kv& k) const { in upper_bound() function
46 uint32_t upper_bound = RoundUp(MinimumBitsToStore(value), kBitsPerByte) + kVarintBits; in TEST() local
180 int upper_bound = 0xbf; in StringFactory_newStringFromUtf8Bytes() local
34 auto upper_bound = bounds.second; in GetTestPacket() local
205 ReferenceTypeInfo upper_bound, in ShouldCreateBoundType()
428 ValueBound upper_bound = range->GetUpper(); in Narrow() local
3097 void HBoundType::SetUpperBound(const ReferenceTypeInfo& upper_bound, bool can_be_null) { in SetUpperBound()