Lines Matching defs:bytes
415 } else if (name == "Bytes") {
416 // Return the previous value for the "Bytes" property:
424 const uint8 bytes[] = { 0x54, 0x65, 0x73, 0x74 };
425 variant_writer.AppendArrayOfBytes(bytes, sizeof(bytes));
580 // "Bytes": Variant<[0x54, 0x65, 0x73, 0x74]>
622 dict_entry_writer.AppendString("Bytes");
624 const uint8 bytes[] = { 0x54, 0x65, 0x73, 0x74 };
625 variant_writer.AppendArrayOfBytes(bytes, sizeof(bytes));