Home
last modified time | relevance | path

Searched defs:widthInBits (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfStructType.py11 def __init__(self, hlirParentType, name, widthInBits, attributes, config): argument
29 def widthInBits(self): member in EbpfField
73 def widthInBits(self): member in EbpfStructType
DebpfScalarType.py12 def __init__(self, parent, widthInBits, isSigned, config): argument
22 def widthInBits(self): member in EbpfScalarType
DebpfAction.py381 def widthInBits(self): member in ArgInfo