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

  /external/libchrome/dbus/
values_util.cc 269 dbus::MessageWriter array_writer(NULL);
270 writer->OpenArray("{sv}", &array_writer);
274 array_writer.OpenDictEntry(&dict_entry_writer);
277 array_writer.CloseContainer(&dict_entry_writer);
279 writer->CloseContainer(&array_writer);
285 dbus::MessageWriter array_writer(NULL);
286 writer->OpenArray("v", &array_writer);
288 AppendValueDataAsVariant(&array_writer, *value);
290 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 647 MessageWriter array_writer(NULL);
649 variant_writer.OpenArray("(ayq)", &array_writer);
652 array_writer.OpenStruct(&struct_writer);
656 array_writer.CloseContainer(&struct_writer);
658 variant_writer.CloseContainer(&array_writer);
  /external/libbrillo/brillo/dbus/
data_serialization.h 460 dbus::MessageWriter array_writer(nullptr);
461 writer->OpenArray(GetDBusSignature<T>(), &array_writer); local
466 DBusType<T>::Write(&array_writer, element);
468 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 776 milliseconds