Searched refs:bound_begin (Results 1 – 1 of 1) sorted by relevance
208 const uint8_t* bound_begin = static_cast<const uint8_t*>(lower); in BoundsCheckedCast() local210 DCHECK(bound_begin <= bound_end); in BoundsCheckedCast()215 if (begin < bound_begin || end > bound_end || begin > end) { in BoundsCheckedCast()