Searched refs:ABSL_LEVELS (Results 1 – 2 of 2) sorted by relevance
65 ABSL_LEVELS = {ABSL_FATAL: 'FATAL', variable
370 if s in converter.ABSL_LEVELS:371 FLAGS.stderrthreshold = converter.ABSL_LEVELS[s]637 if level not in converter.ABSL_LEVELS: