Refactor QUICHE platform flag utilities.

Move flag count macro implementations from http2, quic, and spdy platform
directories to quiche/common/platform, removing some code duplication, and
making all macros available from all three components.

Feature flag accessors, protocol flags, and flag saver are not touched
by this CL.

PiperOrigin-RevId: 348632606
Change-Id: I623bc0ff532020188cce51e802118cb622f1d101
16 files changed
tree: 04aeb2500f75691d3c58a71006e9ab8713a23695
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.