proxygen
|
#include <proxygen/lib/http/codec/compress/Huffman.h>
#include <folly/Indestructible.h>
#include <folly/portability/Sockets.h>
Go to the source code of this file.
Namespaces | |
proxygen | |
proxygen::huffman | |
Functions | |
const HuffTree & | proxygen::huffman::huffTree () |
Variables | |
const uint32_t | proxygen::huffman::s_codesTable [kTableSize] |
const uint8_t | proxygen::huffman::s_bitsTable [kTableSize] |