proxygen
|
#include <folly/FBString.h>
#include <folly/io/Cursor.h>
#include <folly/io/IOBuf.h>
#include <proxygen/lib/http/codec/compress/HPACKConstants.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | proxygen::huffman::HuffNode |
struct | proxygen::huffman::SuperHuffNode |
class | proxygen::huffman::HuffTree |
Namespaces | |
proxygen | |
proxygen::huffman | |
Functions | |
const HuffTree & | proxygen::huffman::huffTree () |
Variables | |
const uint32_t | proxygen::huffman::kTableSize = 256 |
const uint32_t | proxygen::huffman::kEOSHpack = 0x3fffffff |