Inline QuicDefaultHasherImpl.

This is already defined as absl::Hash internally, in Chromium [1],
and in Envoy [2].

[1] https://source.chromium.org/chromium/chromium/src/+/main:net/quic/platform/impl/quic_containers_impl.h;l=18;drc=c0e19c27aa5b0db08d47c661e45c5cb552540f47
[2] https://github.com/envoyproxy/envoy/blob/a12869fa9e9add4301a700978d5489e6a0cc0526/source/common/quic/platform/quic_containers_impl.h#L26

PiperOrigin-RevId: 372200355
Change-Id: Ieb6593b2f63f16f34633a471c14e1ae9a882b3f9
1 file changed
tree: 705552a7df40a8577139aab84a5a03d68c2444e1
  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.