Home
last modified time | relevance | path

Searched refs:DICT_ENTRY (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap82 DICT_ENTRY = ord("{") variable in DBusType
88 chr(DBusType.DICT_ENTRY.value): "}",
114 DBusType.DICT_ENTRY.value,
142 DBusType.DICT_ENTRY.value: TypeProperty(DBusType.DICT_ENTRY, None, 8),
157 elif sig == DBusType.STRUCT.value or sig == DBusType.DICT_ENTRY.value:
337 elif tc.type in (DBusType.STRUCT, DBusType.DICT_ENTRY):