HomeSort by relevance Sort by last modified time
    Searched refs:dbus_type_is_fixed (Results 1 - 7 of 7) sorted by null

  /external/dbus/dbus/
dbus-signature.h 75 dbus_bool_t dbus_type_is_fixed (int typecode);
dbus-marshal-byteswap.c 109 if (dbus_type_is_fixed (elem_type))
dbus-signature.c 335 dbus_type_is_fixed (int typecode) function
dbus-message.c 706 if (dbus_type_is_fixed (spec_element_type))
    [all...]
dbus-marshal-recursive.c 925 _dbus_assert (dbus_type_is_fixed (element_type));
    [all...]
dbus-marshal-basic.c 1006 * optimization. dbus_type_is_fixed() returns #TRUE for fixed-length
1032 _dbus_assert (dbus_type_is_fixed (element_type));
    [all...]
dbus-marshal-recursive-util.c     [all...]

Completed in 83 milliseconds