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

  /external/libchrome/dbus/
values_util.cc 40 DCHECK_EQ(Message::DICT_ENTRY, reader->GetDataType());
179 // If the type of the array's element is DICT_ENTRY, create a
181 if (sub_reader.GetDataType() == Message::DICT_ENTRY) {
203 case Message::DICT_ENTRY:
204 // DICT_ENTRY must be popped as an element of an array.
message.h 83 DICT_ENTRY = DBUS_TYPE_DICT_ENTRY,
message.cc 205 case DICT_ENTRY: {
  /external/libbrillo/brillo/dbus/
data_serialization.cc 302 case dbus::Message::DICT_ENTRY:
303 LOG(ERROR) << "Variant of DICT_ENTRY is invalid";

Completed in 157 milliseconds