Lines Matching refs:hlirInstance
18 def __init__(self, hlirInstance, factory, isMetadata): argument
20 self.hlirInstance = hlirInstance
21 self.name = hlirInstance.base_name
22 self.type = factory.build(hlirInstance.header_type, isMetadata)
49 True, "Unexpected metadata array {0}", self.hlirInstance)
69 def __init__(self, hlirInstance, indexVar, factory): argument
76 assert isinstance(hlirInstance, p4_header_instance)
79 self.name = hlirInstance.base_name
80 self.basetype = factory.build(hlirInstance.header_type, False)
82 self.arraySize = hlirInstance.max_index + 1
83 self.hlirInstance = hlirInstance