Searched refs:NlAttr (Results 1 – 1 of 1) sorted by relevance
87 class NlAttr: class151 elif m.type in NlAttr.type_formats:170 attr = NlAttr(msg, offset)466 elif attr['type'] in NlAttr.type_formats:467 format = NlAttr.get_format(attr['type'], attr.byte_order)501 decoded = NlAttr.formatted_string(decoded, attr_spec.display_hint)508 item = NlAttr(attr.raw, offset)532 elif attr_spec["type"] in NlAttr.type_formats:594 format = NlAttr.get_format(m.type, m.byte_order)605 format = NlAttr.get_format(m.type, m.byte_order)[all …]