Home
last modified time | relevance | path

Searched defs:DBusTypeWriter (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-marshal-recursive.h31 typedef struct DBusTypeWriter DBusTypeWriter; typedef
64 struct DBusTypeWriter struct
66 dbus_uint32_t byte_order : 8; /**< byte order to write values with */
68 dbus_uint32_t container_type : 8; /**< what are we inside? (e.g. struct, variant, array) */
70 …_is_expectation : 1; /**< type_pos can be either an insertion point for or an expected next type */
72 dbus_uint32_t enabled : 1; /**< whether to write values */
74 DBusString *type_str; /**< where to write typecodes (or read type expectations) */
75 int type_pos; /**< current pos in type_str */
76 DBusString *value_str; /**< where to write values */
77 int value_pos; /**< next position to write */
[all …]