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
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.