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

  /external/dbus/dbus/
dbus-marshal-recursive.h 30 typedef struct DBusTypeReader DBusTypeReader;
39 struct DBusTypeReader
99 void _dbus_type_reader_init (DBusTypeReader *reader,
105 void _dbus_type_reader_init_types_only (DBusTypeReader *reader,
108 int _dbus_type_reader_get_current_type (const DBusTypeReader *reader);
109 int _dbus_type_reader_get_element_type (const DBusTypeReader *reader);
110 int _dbus_type_reader_get_value_pos (const DBusTypeReader *reader);
111 void _dbus_type_reader_read_basic (const DBusTypeReader *reader,
113 int _dbus_type_reader_get_array_length (const DBusTypeReader *reader)
    [all...]
dbus-marshal-recursive-util.c 69 equal_values_helper (DBusTypeReader *lhs,
70 DBusTypeReader *rhs)
99 DBusTypeReader lhs_sub;
100 DBusTypeReader rhs_sub;
117 _dbus_type_reader_equal_values (const DBusTypeReader *lhs,
118 const DBusTypeReader *rhs)
120 DBusTypeReader copy_lhs = *lhs;
121 DBusTypeReader copy_rhs = *rhs;
282 DBusTypeReader *reader,
303 real_check_expected_type (DBusTypeReader *reader
    [all...]
dbus-marshal-recursive.c 64 DBusTypeReader *reader)
118 void (* recurse) (DBusTypeReader *sub,
119 DBusTypeReader *parent); /**< recurse with this reader as sub */
120 dbus_bool_t (* check_finished) (const DBusTypeReader *reader); /**< check whether reader is at the end */
121 void (* next) (DBusTypeReader *reader,
133 reader_init (DBusTypeReader *reader,
149 base_reader_recurse (DBusTypeReader *sub,
150 DBusTypeReader *parent)
162 struct_or_dict_entry_types_only_reader_recurse (DBusTypeReader *sub,
163 DBusTypeReader *parent
    [all...]
dbus-marshal-byteswap-util.c 50 DBusTypeReader body_reader;
51 DBusTypeReader copy_reader;
dbus-marshal-byteswap.c 35 byteswap_body_helper (DBusTypeReader *reader,
118 DBusTypeReader sub;
162 DBusTypeReader sub;
185 DBusTypeReader sub;
233 DBusTypeReader reader;
dbus-marshal-header.c 156 DBusTypeReader *variant_reader)
175 DBusTypeReader array;
176 DBusTypeReader reader;
197 DBusTypeReader sub;
198 DBusTypeReader variant;
331 set_basic_field (DBusTypeReader *reader,
335 const DBusTypeReader *realign_root)
337 DBusTypeReader sub;
338 DBusTypeReader variant;
769 DBusTypeReader *variant_reader
    [all...]
dbus-marshal-validate.c 41 * to iterate over the signature with a types-only #DBusTypeReader.
298 validate_body_helper (DBusTypeReader *reader,
442 DBusTypeReader sub;
563 DBusTypeReader sub;
629 DBusTypeReader sub;
686 * #DBusTypeReader. The signature is assumed to be already valid.
711 DBusTypeReader reader;
    [all...]
dbus-message.c 85 DBusTypeReader reader; /**< reader */
800 DBusTypeReader array;
    [all...]
  /external/dbus/
cleanup-man-pages.sh 42 DBusSysdeps.* DBusSysdepsUnix.* DBusTimeoutList.* DBusTransport* DBusTypeReader* DBusTypeWriter* \
  /external/dbus/bus/
driver.c     [all...]

Completed in 1215 milliseconds