Home | History | Annotate | Download | only in ui

Lines Matching refs:max_value

34     static const TYPE max_value = std::numeric_limits<TYPE>::max();
103 : lhs_head(max_value), lhs_tail(max_value),
104 rhs_head(max_value), rhs_tail(max_value) {
215 aTop = max_value;
216 aBottom = max_value;
240 SpannerBase::rhs_head = max_value;
241 SpannerBase::rhs_tail = max_value;
243 SpannerBase::lhs_head = max_value;
244 SpannerBase::lhs_tail = max_value;
262 return SpannerBase::lhs_head == max_value &&
263 SpannerBase::rhs_head == max_value;
288 left = max_value;
289 right = max_value;