|
proxygen
|
#include <folly/Range.h>#include <folly/io/Cursor.h>#include <folly/io/IOBuf.h>#include <algorithm>Go to the source code of this file.
Namespaces | |
| fizz | |
Functions | |
| void | fizz::trimBytes (IOBuf &buf, folly::MutableByteRange trimmed) |
| void | fizz::XOR (ByteRange first, MutableByteRange second) |
| template<typename Func > | |
| void | fizz::transformBuffer (const folly::IOBuf &in, folly::IOBuf &out, Func func) |
| template<size_t BlockSize, typename Func > | |
| folly::io::RWPrivateCursor | fizz::transformBufferBlocks (const folly::IOBuf &in, folly::IOBuf &out, Func func) |