Searched refs:DICT_ENTRY (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/dbus/
H A Dvalues_util.cc38 DCHECK_EQ(Message::DICT_ENTRY, reader->GetDataType());
176 // If the type of the array's element is DICT_ENTRY, create a
178 if (sub_reader.GetDataType() == Message::DICT_ENTRY) {
200 case Message::DICT_ENTRY:
201 // DICT_ENTRY must be popped as an element of an array.
H A Dmessage.h80 DICT_ENTRY = DBUS_TYPE_DICT_ENTRY, enumerator in enum:dbus::Message::DataType
H A Dmessage.cc207 case DICT_ENTRY: {

Completed in 733 milliseconds