Home | History | Annotate | Download | only in dbus

Lines Matching refs:ARRAY

292 // Test that an array can be properly written and read. We only have this
293 // test for array, as repeating this for other container types is too
299 writer.OpenArray("s", &array_writer); // Open an array of strings.
306 ASSERT_EQ(Message::ARRAY, reader.GetDataType());
322 // Create a complex message using array, struct, variant, dict entry, and
329 // Open an array of variants.
332 // The first value in the array.
341 // The second value in the array.
356 // The third value in the array.
359 // Open a variant of an array of string-to-int64 dict entries.
362 // Opens an array of string-to-int64 dict entries.
384 "array [\n"
390 " variant array [\n"
403 // The first value in the array.
408 // The second value in the array.
426 // The third value in the array.