| allocate(std::size_t n) | folly::IOBufQueue | inline |
| append(std::unique_ptr< folly::IOBuf > &&buf, bool pack=false) | folly::IOBufQueue | |
| append(IOBufQueue &other, bool pack=false) | folly::IOBufQueue | |
| append(IOBufQueue &&other, bool pack=false) | folly::IOBufQueue | inline |
| append(const void *buf, size_t len) | folly::IOBufQueue | |
| append(StringPiece sp) | folly::IOBufQueue | inline |
| appendToString(std::string &out) const | folly::IOBufQueue | |
| cacheChainLength() | folly::IOBufQueue | inlinestatic |
| cachePtr_ | folly::IOBufQueue | private |
| chainLength() const | folly::IOBufQueue | inline |
| chainLength_ | folly::IOBufQueue | mutableprivate |
| clear() | folly::IOBufQueue | |
| clearWritableRangeCache() | folly::IOBufQueue | inlineprivate |
| dcheckCacheIntegrity() const | folly::IOBufQueue | inlineprivate |
| empty() const | folly::IOBufQueue | inline |
| fillWritableRangeCache(WritableRangeCacheData &dest) | folly::IOBufQueue | inlineprivate |
| flushCache() const | folly::IOBufQueue | inlineprivate |
| front() const | folly::IOBufQueue | inline |
| gather(std::size_t maxLength) | folly::IOBufQueue | |
| head_ | folly::IOBufQueue | private |
| headroom() | folly::IOBufQueue | |
| IOBufQueue(const Options &options=Options()) | folly::IOBufQueue | explicit |
| IOBufQueue(IOBufQueue &&) noexcept | folly::IOBufQueue | |
| IOBufQueue(const IOBufQueue &)=delete | folly::IOBufQueue | private |
| kChainLengthNotCached | folly::IOBufQueue | privatestatic |
| localCache_ | folly::IOBufQueue | private |
| markPrepended(std::size_t n) | folly::IOBufQueue | |
| move() | folly::IOBufQueue | inline |
| operator=(IOBufQueue &&) | folly::IOBufQueue | |
| operator=(const IOBufQueue &)=delete | folly::IOBufQueue | private |
| options() const | folly::IOBufQueue | inline |
| options_ | folly::IOBufQueue | private |
| pop_front() | folly::IOBufQueue | |
| postallocate(std::size_t n) | folly::IOBufQueue | inline |
| preallocate(std::size_t min, std::size_t newAllocationSize, std::size_t max=std::numeric_limits< std::size_t >::max()) | folly::IOBufQueue | inline |
| preallocateSlow(std::size_t min, std::size_t newAllocationSize, std::size_t max) | folly::IOBufQueue | private |
| prepend(const void *buf, std::size_t n) | folly::IOBufQueue | |
| split(size_t n) | folly::IOBufQueue | inline |
| split(size_t n, bool throwOnUnderflow) | folly::IOBufQueue | private |
| splitAtMost(size_t n) | folly::IOBufQueue | inline |
| tailroom() const | folly::IOBufQueue | inline |
| tailStart_ | folly::IOBufQueue | mutableprivate |
| trimEnd(size_t amount) | folly::IOBufQueue | |
| trimEndAtMost(size_t amount) | folly::IOBufQueue | |
| trimStart(size_t amount) | folly::IOBufQueue | |
| trimStartAtMost(size_t amount) | folly::IOBufQueue | |
| updateCacheRef(WritableRangeCacheData &newRef) | folly::IOBufQueue | inlineprivate |
| updateGuard() | folly::IOBufQueue | inlineprivate |
| updateWritableTailCache() | folly::IOBufQueue | inlineprivate |
| wrapBuffer(const void *buf, size_t len, std::size_t blockSize=(1U<< 31)) | folly::IOBufQueue | |
| writableTail() const | folly::IOBufQueue | inline |
| ~IOBufQueue() | folly::IOBufQueue | |