proxygen
BitVectorCoding.h File Reference
#include <cstdlib>
#include <limits>
#include <type_traits>
#include <folly/Likely.h>
#include <folly/Portability.h>
#include <folly/Range.h>
#include <folly/experimental/Bits.h>
#include <folly/experimental/CodingDetail.h>
#include <folly/experimental/Instructions.h>
#include <folly/experimental/Select64.h>
#include <folly/lang/Bits.h>
#include <glog/logging.h>

Go to the source code of this file.

Classes

struct  folly::compression::BitVectorCompressedListBase< Pointer >
 
struct  folly::compression::BitVectorEncoder< Value, SkipValue, kSkipQuantum, kForwardQuantum >
 
struct  folly::compression::BitVectorEncoder< Value, SkipValue, kSkipQuantum, kForwardQuantum >::Layout
 
class  folly::compression::BitVectorReader< Encoder, Instructions, kUnchecked >
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::compression
 

Typedefs

typedef BitVectorCompressedListBase< const uint8_t * > folly::compression::BitVectorCompressedList
 
typedef BitVectorCompressedListBase< uint8_t * > folly::compression::MutableBitVectorCompressedList