HomeSort by relevance Sort by last modified time
    Searched defs:DBUS_TYPE_INVALID (Results 1 - 3 of 3) sorted by null

  /external/dbus/dbus/
dbus-signature.c 150 _dbus_return_val_if_fail (dbus_signature_iter_get_current_type (iter) == DBUS_TYPE_ARRAY, DBUS_TYPE_INVALID);
191 return *real_iter->pos != DBUS_TYPE_INVALID;
273 if (dbus_signature_iter_get_current_type (&iter) == DBUS_TYPE_INVALID)
284 * container types. #DBUS_TYPE_INVALID is not a container type.
286 * It is an error to pass an invalid type-code, other than DBUS_TYPE_INVALID,
290 * @param typecode either a valid type-code or DBUS_TYPE_INVALID
297 _dbus_return_val_if_fail (dbus_type_is_valid (typecode) || typecode == DBUS_TYPE_INVALID,
307 * variants are not basic types. #DBUS_TYPE_INVALID is not a basic
310 * It is an error to pass an invalid type-code, other than DBUS_TYPE_INVALID,
314 * @param typecode either a valid type-code or DBUS_TYPE_INVALID
    [all...]
dbus-protocol.h 60 #define DBUS_TYPE_INVALID ((int) '\0')
61 /** #DBUS_TYPE_INVALID as a string literal instead of a int literal */
147 /** Does not include #DBUS_TYPE_INVALID, #DBUS_STRUCT_BEGIN_CHAR, #DBUS_STRUCT_END_CHAR,
dbus-message.c 425 * the value of #DBUS_TYPE_INVALID). The macros such as
800 while (spec_type != DBUS_TYPE_INVALID)
910 while (_dbus_type_reader_get_current_type (&array) != DBUS_TYPE_INVALID)
947 _dbus_assert (_dbus_type_reader_get_current_type (&array) == DBUS_TYPE_INVALID);
973 if (!_dbus_type_reader_next (&real->u.reader) && spec_type != DBUS_TYPE_INVALID)
    [all...]

Completed in 1189 milliseconds