[base] Add base::span support to //base Serialization APIs |
||
Issue descriptionThis change tracks adding base::span support to //base Serialization APIs like base::Pickle and base::WriteFile(). Currently these APIs take a pair of data pointers + length as parameters. In order to provide more flexibility and increase robustness these APIs should be augmented to take also base::spans as arguments. Once this is done, ideally all callsites making use of the (pointer, length) API will migrate to the base::span API and the legacy APIs can be removed.
,
Jan 11
Available, but no owner or component? Please find a component, as no one will ever find this without one. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 20