Definition at line 716 of file HTTP2PriorityQueueTest.cpp.
proxygen::DanglingQueueTestBase::DanglingQueueTestBase |
( |
| ) |
|
|
inline |
Definition at line 718 of file HTTP2PriorityQueueTest.cpp.
References testing::_, EXPECT_CALL, and testing::Invoke().
721 std::chrono::milliseconds(2 * HHWheelTimer::DEFAULT_TICK_INTERVAL - 1));
724 std::chrono::milliseconds) {
std::list< folly::AsyncTimeout * > timeouts_
PolymorphicAction< internal::InvokeAction< FunctionImpl > > Invoke(FunctionImpl function_impl)
#define EXPECT_CALL(obj, call)
const internal::AnythingMatcher _
static void setNodeLifetime(std::chrono::milliseconds lifetime)
testing::NiceMock< MockTimeoutManager > timeoutManager_
void proxygen::DanglingQueueTestBase::expireNodes |
( |
| ) |
|
|
inlineprotected |
Definition at line 731 of file HTTP2PriorityQueueTest.cpp.
732 std::this_thread::sleep_for(
733 std::chrono::milliseconds(2 * HHWheelTimer::DEFAULT_TICK_INTERVAL));
void proxygen::DanglingQueueTestBase::tick |
( |
| ) |
|
|
inlineprotected |
Definition at line 739 of file HTTP2PriorityQueueTest.cpp.
References folly::f14::swap().
740 std::list<folly::AsyncTimeout*> timeouts;
742 for (
auto timeout: timeouts) {
std::list< folly::AsyncTimeout * > timeouts_
void swap(SwapTrackingAlloc< T > &, SwapTrackingAlloc< T > &)
The documentation for this class was generated from the following file: