Home | History | Annotate | Download | only in tzcode

Lines Matching refs:minv

240 int64_t readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(),
248 if (val < minv || val > maxv) {
251 << minv << ", " << maxv << "]";
258 int64_t readcoded64(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(),
266 if (val < minv || val > maxv) {
269 << minv << ", " << maxv << "]";