[roll] Roll fuchsia [packet] Add "take_owned" API to BufferView

Augment the `BufferView` trait with APIs to take owned objects from the
front and back of the buffer. These may APIs may be more performant than
the existing APIs in cases where `T` is smaller than a `Ref<B, T>`
(often 16 bytes).

Original-Bug: 462085360
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1442309
Original-Revision: c58522a889fbd0d0319b80bd21801e2728cd5df3
GitOrigin-RevId: 55397abaaa01c0a6def813fdb26ed111a7f40c91
Change-Id: Ib260a7183deb0efb5a36a234d529fe3380649e76
1 file changed
tree: e4871eb1f9d0622ffb232b7d36e866411cac3b0c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.