[roll] Roll fuchsia [a11y] ScreenReaderMessageGenerator: use "out parameters" in Describe helpers

Context: there are a bunch of helper functions in
`ScreenReaderMessageGenerator` that are called as part of `DescribeNode`
to stitch together a description of a semantic node.

This CL changes all such helper functions that had previously returned a
vector of utterances; they now append to an "out parameter" vector
instead.

This is purely a mechanical change. There's no logic changes at all.

This should reduce boilerplate and make it easier to refactor the logic
in this file more in the future.

Original-Bug: 81707
Test: fx test a11y-tests a11y-lib-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709617
Original-Revision: 54be76b72f63976fe1f8c3dd1c6588706bd2e18a
GitOrigin-RevId: bf86f4c04dc65b8374d2191bfadb38a7c6917e7d
Change-Id: Ibeada73a957eb515a57c4e7d9e6f25adebb6af73
1 file changed
tree: 056ff89db1df0464549c7860a60bff6350e6752c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.