Searched refs:maybe_max (Results 1 – 1 of 1) sorted by relevance
1221 Maybe<int32_t> maybe_min, maybe_max; in ParseAttrImpl() local1246 maybe_max = static_cast<int32_t>(value.data); in ParseAttrImpl()1250 if (!maybe_max) { in ParseAttrImpl()1257 if ((maybe_min || maybe_max) && in ParseAttrImpl()1353 attr->max_int = maybe_max.value_or_default(std::numeric_limits<int32_t>::max()); in ParseAttrImpl()