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)467 elif attr['type'] in NlAttr.type_formats:468 format = NlAttr.get_format(attr['type'], attr.byte_order)502 decoded = NlAttr.formatted_string(decoded, attr_spec.display_hint)509 item = NlAttr(attr.raw, offset)533 elif attr_spec["type"] in NlAttr.type_formats:595 format = NlAttr.get_format(m.type, m.byte_order)606 format = NlAttr.get_format(m.type, m.byte_order)[all …]