Home | History | Annotate | Download | only in dbus

Lines Matching defs:Unsupported

40 //   SIGNATURE   |        g        |  (unsupported)
81 struct Unsupported {};
91 struct DBusType : public Unsupported {};
107 // For a single type T, check if DBusType<T> derives from Unsupported.
113 !std::is_base_of<Unsupported, DBusType<T>>::value> {};
512 // Explicit specialization for unsupported type T.
514 struct DBusArrayType<false, T, ALLOC> : public Unsupported {};
605 struct DBusPairType<false, U, V> : public Unsupported {};
703 struct DBusTupleType<false, T...> : public Unsupported {};
786 struct DBusMapType<false, KEY, VALUE, PRED, ALLOC> : public Unsupported {};