Lines Matching defs:in_range
1056 bool in_range = (value >= kMinValue) && (value <= kMaxValue);1076 ASSERT(result == in_range);