Searched refs:DBUS_DICT_ENTRY_BEGIN_CHAR (Results 1 – 7 of 7) sorted by relevance
159 case DBUS_DICT_ENTRY_BEGIN_CHAR: in _dbus_validate_signature_with_reason()216 *p != DBUS_DICT_ENTRY_BEGIN_CHAR && in _dbus_validate_signature_with_reason()251 if (last == DBUS_DICT_ENTRY_BEGIN_CHAR) in _dbus_validate_signature_with_reason()285 _dbus_assert (last != DBUS_DICT_ENTRY_BEGIN_CHAR); in _dbus_validate_signature_with_reason()
164 #define DBUS_DICT_ENTRY_BEGIN_CHAR ((int) '{') macro
693 long_sig[i] = DBUS_DICT_ENTRY_BEGIN_CHAR; in generate_special()741 _dbus_string_set_byte (data, pos + 2, DBUS_DICT_ENTRY_BEGIN_CHAR); in generate_special()780 _dbus_string_set_byte (data, pos + 2, DBUS_DICT_ENTRY_BEGIN_CHAR); in generate_special()1015 DBUS_DICT_ENTRY_BEGIN_CHAR,
170 sub->type_pos) == DBUS_DICT_ENTRY_BEGIN_CHAR); in struct_or_dict_entry_types_only_reader_recurse()376 else if (*p == DBUS_DICT_ENTRY_BEGIN_CHAR) in _dbus_type_signature_next()390 if (*p == DBUS_DICT_ENTRY_BEGIN_CHAR) in _dbus_type_signature_next()788 _dbus_assert (t != DBUS_DICT_ENTRY_BEGIN_CHAR); in _dbus_type_reader_get_current_type()2061 DBUS_DICT_ENTRY_BEGIN_CHAR, in _dbus_type_writer_recurse_contained_len()
1323 case DBUS_DICT_ENTRY_BEGIN_CHAR: in _dbus_type_to_string()1457 else if (t == DBUS_DICT_ENTRY_BEGIN_CHAR) in map_type_char_to_type()
2683 …== DBUS_TYPE_ARRAY && contained_signature && *contained_signature == DBUS_DICT_ENTRY_BEGIN_CHAR) || in dbus_message_iter_open_container()
468 sig[0] = DBUS_DICT_ENTRY_BEGIN_CHAR; in main()