Searched refs:eRegexSynth (Results 1 – 1 of 1) sorted by relevance
441 ? CommandObjectTypeSynthAdd::eRegexSynth in IOHandlerInputComplete()482 enum SynthFormatType { eRegularSynth, eRegexSynth }; enumerator2378 m_options.m_regex ? eRegexSynth : eRegularSynth, in Execute_PythonClass()2417 type = eRegexSynth; in AddSynth()2430 if (type == eRegexSynth) { in AddSynth()