Searched refs:NlAttr (Results 1 – 1 of 1) sorted by relevance
116 class NlAttr: class175 attr = NlAttr(msg, offset)584 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:590 format = NlAttr.get_format(attr_type, attr.byte_order)650 item = NlAttr(attr.raw, offset)661 elif attr_spec["sub-type"] in NlAttr.type_formats:676 value = NlAttr(value.raw, 0)760 elif attr_spec["type"] in NlAttr.type_formats:839 format = NlAttr.get_format(m.type, m.byte_order)863 format = NlAttr.get_format(m.type, m.byte_order)[all …]