Lines Matching refs:Group
9 Group, ParserElement,
30 ZeroOrMore(Group(protocol_line)('PROTOCOLS*')
33 ZeroOrMore(Group(subclass)('SUBCLASSES*')
42 ZeroOrMore(Group(interface_line)
45 ZeroOrMore(Group(device)('VENDOR_DEV*') ^ COMMENTLINE.suppress()))
55 grammar = OneOrMore(Group(vendor)('VENDORS*')
56 ^ Group(klass)('CLASSES*')
68 ZeroOrMore(Group(subvendor_line)('SUBVENDORS*') ^ COMMENTLINE.suppress()))
70 ZeroOrMore(Group(device)('DEVICES*') ^ COMMENTLINE.suppress()))
75 grammar = OneOrMore(Group(vendor)('VENDORS*')
76 ^ Group(klass)('CLASSES*')
86 ZeroOrMore(Group(device_line)('DEVICES*') ^ COMMENTLINE.suppress()))
91 grammar = OneOrMore(Group(vendor)('VENDORS*')
92 ^ Group(klass)('CLASSES*')
117 + OneOrMore(Group(vendor)('VENDORS*')) + stringEnd())