Revision 0eb0c9bb821e47e1c97c175cc8af3965fe198d08 authored by Kosie van der Merwe on 07 December 2012, 18:42:19 UTC, committed by Kosie van der Merwe on 07 December 2012, 18:42:19 UTC
Summary: Added BitStreamPutInt() and BitStreamGetInt() which take a stream of chars and can write integers of arbitrary bit sizes to that stream at arbitrary positions. There are also convenience versions of these functions that take std::strings and leveldb::Slices.

Test Plan: make check

Reviewers: sheki, vamsi, dhruba, emayanke

Reviewed By: vamsi

CC: leveldb

Differential Revision: https://reviews.facebook.net/D7071
1 parent c847a31
History
File Mode Size
win
README -rw-r--r-- 405 bytes
atomic_pointer.h -rw-r--r-- 4.7 KB
port.h -rw-r--r-- 697 bytes
port_example.h -rw-r--r-- 4.6 KB
port_posix.cc -rw-r--r-- 1.8 KB
port_posix.h -rw-r--r-- 10.6 KB

README

back to top