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

  /external/libchrome/dbus/
values_util.cc 266 dbus::MessageWriter array_writer(NULL);
267 writer->OpenArray("{sv}", &array_writer);
271 array_writer.OpenDictEntry(&dict_entry_writer);
274 array_writer.CloseContainer(&dict_entry_writer);
276 writer->CloseContainer(&array_writer);
282 dbus::MessageWriter array_writer(NULL);
283 writer->OpenArray("v", &array_writer);
285 AppendValueDataAsVariant(&array_writer, *value);
287 writer->CloseContainer(&array_writer);
message.cc 591 MessageWriter array_writer(message_);
592 OpenArray("y", &array_writer);
594 &(array_writer.raw_message_iter_),
599 CloseContainer(&array_writer);
604 MessageWriter array_writer(message_);
605 OpenArray("d", &array_writer);
607 &(array_writer.raw_message_iter_),
612 CloseContainer(&array_writer);
618 MessageWriter array_writer(message_);
619 OpenArray("s", &array_writer);
    [all...]
property.cc 649 MessageWriter array_writer(NULL);
651 variant_writer.OpenArray("(ayq)", &array_writer);
654 array_writer.OpenStruct(&struct_writer);
658 array_writer.CloseContainer(&struct_writer);
660 variant_writer.CloseContainer(&array_writer);
  /external/libbrillo/brillo/dbus/
data_serialization.h 461 dbus::MessageWriter array_writer(nullptr);
462 writer->OpenArray(GetDBusSignature<T>(), &array_writer); local
467 DBusType<T>::Write(&array_writer, element);
469 writer->CloseContainer(&array_writer);
    [all...]
  /external/v8/src/debug/
liveedit.cc 388 TokensCompareOutput(CompareOutputArrayWriter* array_writer,
390 : array_writer_(array_writer), offset1_(offset1), offset2_(offset2) {
    [all...]

Completed in 373 milliseconds