Searched refs:NlAttr (Results 1 – 1 of 1) sorted by relevance
113 class NlAttr: class172 attr = NlAttr(msg, offset)576 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:582 format = NlAttr.get_format(attr_type, attr.byte_order)637 item = NlAttr(attr.raw, offset)648 elif attr_spec["sub-type"] in NlAttr.type_formats:661 value = NlAttr(value.raw, 0)744 elif attr_spec["type"] in NlAttr.type_formats:820 format = NlAttr.get_format(m.type, m.byte_order)844 format = NlAttr.get_format(m.type, m.byte_order)[all …]