Lines Matching full:variant_writer
844 dbus::MessageWriter variant_writer(nullptr);845 writer->OpenVariant(data_type, &variant_writer);849 DBusType<T>::Write(&variant_writer, value);850 writer->CloseContainer(&variant_writer);