Lines Matching refs:EntryStruct
762 class EntryStruct(Entry):
1380 newentry = factory.EntryStruct(entry_type, name, tag, res.group(1))
1618 def EntryStruct(self, entry_type, name, tag, struct_name):
1619 return EntryStruct(entry_type, name, tag, struct_name)