Home | History | Annotate | Download | only in core

Lines Matching defs:write_bytes

1666     uint32_t write_bytes = num_bytes;
1668 MojoWriteData(producer, elements, &write_bytes, nullptr);
1670 num_bytes -= write_bytes;
1671 elements = static_cast<const uint8_t*>(elements) + write_bytes;