Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:IntegerParser

2133     parser: NumericParser (either FloatParser or IntegerParser). Provides lower
2525 class IntegerParser(NumericParser):
2535 super(IntegerParser, self).__init__()
2576 parser = IntegerParser(lower_bound, upper_bound)
2821 parser = IntegerParser(lower_bound, upper_bound)