proxygen
|
Private Attributes | |
EventBase * | eventBase_ |
uint32_t | loopInvocations_ |
uint32_t | maxLoopInvocations_ |
uint32_t | eventInvocations_ |
uint32_t | maxEventInvocations_ |
Additional Inherited Members | |
Public Types inherited from folly::EventHandler | |
enum | EventFlags { NONE = 0, READ = EV_READ, WRITE = EV_WRITE, READ_WRITE = (READ | WRITE), PERSIST = EV_PERSIST } |
Definition at line 1468 of file EventBaseTest.cpp.
|
inline |
Definition at line 1471 of file EventBaseTest.cpp.
|
inline |
Definition at line 1513 of file EventBaseTest.cpp.
Referenced by TEST().
|
inline |
|
inlineoverridevirtualnoexcept |
handlerReady() is invoked when the handler is ready.
events | A bitset indicating the events that are ready. |
Implements folly::EventHandler.
Definition at line 1489 of file EventBaseTest.cpp.
References ASSERT_FALSE.
|
inline |
Definition at line 1479 of file EventBaseTest.cpp.
Referenced by TEST().
|
inlineoverridevirtualnoexcept |
Implements folly::EventBase::LoopCallback.
Definition at line 1501 of file EventBaseTest.cpp.
|
private |
Definition at line 1518 of file EventBaseTest.cpp.
|
private |
Definition at line 1521 of file EventBaseTest.cpp.
|
private |
Definition at line 1519 of file EventBaseTest.cpp.
|
private |
Definition at line 1522 of file EventBaseTest.cpp.
|
private |
Definition at line 1520 of file EventBaseTest.cpp.