Lines Matching defs:element
54 struct element { struct
55 static constexpr int code = DBUS_TYPE_INVALID;
59 struct element<bool> { struct
60 static constexpr int code = DBUS_TYPE_BOOLEAN;
64 struct element<byte> { struct
65 static constexpr int code = DBUS_TYPE_BYTE;
69 struct element<int16> { struct
70 static constexpr int code = DBUS_TYPE_INT16;
74 struct element<uint16> { struct
75 static constexpr int code = DBUS_TYPE_UINT16;
79 struct element<int32> { struct
80 static constexpr int code = DBUS_TYPE_INT32;
84 struct element<uint32> { struct
85 static constexpr int code = DBUS_TYPE_UINT32;
89 struct element<int64> { struct
90 static constexpr int code = DBUS_TYPE_INT64;
94 struct element<uint64> { struct
95 static constexpr int code = DBUS_TYPE_UINT64;
99 struct element<double> { struct
100 static constexpr int code = DBUS_TYPE_DOUBLE;
104 struct element<string> { struct
105 static constexpr int code = DBUS_TYPE_STRING;
109 struct element<dbus_variant> { struct
110 static constexpr int code = DBUS_TYPE_VARIANT;
114 struct element<object_path> { struct
115 static constexpr int code = DBUS_TYPE_OBJECT_PATH;
119 struct element<signature> { struct
120 static constexpr int code = DBUS_TYPE_SIGNATURE;
124 struct element<std::vector<Element>> { struct
125 static constexpr int code = DBUS_TYPE_ARRAY;