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

  /external/chromium_org/dbus/
values_util.cc 38 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.
message.h 80 DICT_ENTRY = DBUS_TYPE_DICT_ENTRY,
message.cc 207 case DICT_ENTRY: {

Completed in 3559 milliseconds