Remove SpdyHexDigitToInt() and SpdyHexDecodeToUInt32() from platform.

Implement them and move them to SpdyAltSvcWireFormat.  SpdyHexDigitToIntImpl()
is very small, the binary size savings of having it in platform is not worth the
extra complexity.  SpdyHexDecodeToUInt32Impl() is quite messy both internally
and in Chromium, even less worth to keep in platform.

Also move anonymous namespace encompassing all SpdyAltSvcWireFormatTests into
test namespace.

PiperOrigin-RevId: 374604463
5 files changed
tree: f83bf0e64652b8bb82d1a3725ee571d1822a1383
  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.