AsyncTimeout(TimeoutManager *timeoutManager) | folly::AsyncTimeout | explicitprivate |
AsyncTimeout(EventBase *eventBase) | folly::AsyncTimeout | explicitprivate |
AsyncTimeout(TimeoutManager *timeoutManager, InternalEnum internal) | folly::AsyncTimeout | private |
AsyncTimeout(EventBase *eventBase, InternalEnum internal) | folly::AsyncTimeout | private |
AsyncTimeout() | folly::AsyncTimeout | private |
attachEventBase(EventBase *eventBase, InternalEnum internal=InternalEnum::NORMAL) | folly::AsyncTimeout | private |
attachTimeoutManager(TimeoutManager *timeoutManager, InternalEnum internal=InternalEnum::NORMAL) | folly::AsyncTimeout | private |
bitBuf_ | fizz::server::SlidingBloomReplayCache | private |
bitSize_ | fizz::server::SlidingBloomReplayCache | private |
bucketWidthInMs_ | fizz::server::SlidingBloomReplayCache | private |
cancelTimeout() | folly::AsyncTimeout | private |
CellType typedef | fizz::server::SlidingBloomReplayCache | |
check(folly::ByteRange) override | fizz::server::SlidingBloomReplayCache | virtual |
clear() | fizz::server::SlidingBloomReplayCache | private |
clearBucket(size_t bucket) | fizz::server::SlidingBloomReplayCache | private |
currentBucket_ | fizz::server::SlidingBloomReplayCache | private |
detachEventBase() | folly::AsyncTimeout | private |
detachTimeoutManager() | folly::AsyncTimeout | private |
getEvent() | folly::AsyncTimeout | inlineprivate |
getTimeoutManager() | folly::AsyncTimeout | inlineprivate |
hashers_ | fizz::server::SlidingBloomReplayCache | private |
HashFunction typedef | fizz::server::SlidingBloomReplayCache | |
InternalEnum typedef | folly::AsyncTimeout | private |
isScheduled() const | folly::AsyncTimeout | private |
make(TimeoutManager &manager, TCallback &&callback) | folly::AsyncTimeout | privatestatic |
schedule(TimeoutManager::timeout_type timeout, TimeoutManager &manager, TCallback &&callback) | folly::AsyncTimeout | privatestatic |
scheduleTimeout(uint32_t milliseconds) | folly::AsyncTimeout | private |
scheduleTimeout(TimeoutManager::timeout_type timeout) | folly::AsyncTimeout | private |
set(folly::ByteRange query) | fizz::server::SlidingBloomReplayCache | |
SlidingBloomReplayCache(int64_t ttlInSeconds, size_t requestsPerSecond, double acceptableFPR, folly::EventBase *evb) | fizz::server::SlidingBloomReplayCache | |
test(folly::ByteRange query) const | fizz::server::SlidingBloomReplayCache | |
testAndSet(folly::ByteRange query) | fizz::server::SlidingBloomReplayCache | |
timeoutExpired() noexceptoverride | fizz::server::SlidingBloomReplayCache | privatevirtual |
~AsyncTimeout() | folly::AsyncTimeout | privatevirtual |
~ReplayCache()=default | fizz::server::ReplayCache | virtual |
~SlidingBloomReplayCache() override=default | fizz::server::SlidingBloomReplayCache | |