proxygen
|
Public Member Functions | |
WritableRangeCacheData ()=default | |
WritableRangeCacheData (WritableRangeCacheData &&other) | |
WritableRangeCacheData & | operator= (WritableRangeCacheData &&other) |
WritableRangeCacheData (const WritableRangeCacheData &)=delete | |
WritableRangeCacheData & | operator= (const WritableRangeCacheData &)=delete |
Public Attributes | |
std::pair< uint8_t *, uint8_t * > | cachedRange |
bool | attached {false} |
Definition at line 48 of file IOBufQueue.h.
|
default |
Referenced by operator=().
|
inline |
Definition at line 54 of file IOBufQueue.h.
|
delete |
|
inline |
Definition at line 59 of file IOBufQueue.h.
References attached, cachedRange, and WritableRangeCacheData().
Referenced by folly::IOBufQueue::options().
|
delete |
bool folly::IOBufQueue::WritableRangeCacheData::attached {false} |
Definition at line 50 of file IOBufQueue.h.
Referenced by folly::IOBufQueue::clearWritableRangeCache(), folly::IOBufQueue::dcheckCacheIntegrity(), folly::IOBufQueue::WritableRangeCache::dcheckIntegrity(), folly::IOBufQueue::IOBufQueue(), operator=(), and folly::IOBufQueue::operator=().
Definition at line 49 of file IOBufQueue.h.
Referenced by folly::IOBufQueue::appendToString(), folly::IOBufQueue::chainLength(), folly::IOBufQueue::dcheckCacheIntegrity(), folly::IOBufQueue::WritableRangeCache::dcheckIntegrity(), folly::IOBufQueue::empty(), folly::IOBufQueue::flushCache(), operator=(), folly::IOBufQueue::operator=(), folly::IOBufQueue::postallocate(), folly::IOBufQueue::preallocateSlow(), folly::IOBufQueue::tailroom(), folly::IOBufQueue::updateWritableTailCache(), and folly::IOBufQueue::writableTail().