Home | History | Annotate | Download | only in text

Lines Matching defs:bounded

1068         public final boolean bounded;
1074 private FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) {
1078 this.bounded = bounded;
1168 if (!bounded) {
1836 return mySamples == null ? true : mySamples.bounded;
2338 BOUNDED,
2340 * The keyword is valid but not bounded; there indefinitely many matching values.
2418 return KeywordStatus.BOUNDED;
2435 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED;