Searched refs:CustomProcessor (Results 1 – 2 of 2) sorted by relevance
22 class CustomProcessor(Enum): class101 type=CustomProcessor,102 choices=list(CustomProcessor))121 if parsed_args.custom_processor == CustomProcessor.mojom_parser: