proxygen
|
Public Member Functions | |
TestData (int data) | |
~TestData () override | |
bool | hasCallback () override |
TestData (int data) | |
~TestData () override | |
bool | hasCallback () override |
TestData (int gso, bool useSocketGSO, int *in, size_t inLen, int *expected, size_t expectedLen) | |
bool | checkIn () const |
bool | checkOut () const |
bool | appendOut (int num) |
std::unique_ptr< folly::IOBuf > | getInBuf () |
TestData (int data) | |
~TestData () override | |
bool | hasCallback () override |
void | onSet () override |
void | onUnset () override |
Public Member Functions inherited from folly::RequestData | |
virtual | ~RequestData ()=default |
Public Attributes | |
int | data_ |
int | gso_ {0} |
bool | useSocketGSO_ {false} |
std::vector< int > | in_ |
std::vector< int > | expected_ |
int | expectedSize_ |
std::vector< int > | out_ |
int | outSize_ {0} |
int | set_ = 0 |
int | unset_ = 0 |
Definition at line 547 of file ThreadPoolExecutorTest.cpp.
|
inlineexplicit |
Definition at line 549 of file ThreadPoolExecutorTest.cpp.
|
inlineoverride |
Definition at line 550 of file ThreadPoolExecutorTest.cpp.
|
inlineexplicit |
Definition at line 26 of file ContextTest.cpp.
|
inlineoverride |
Definition at line 27 of file ContextTest.cpp.
|
inline |
Definition at line 39 of file AsyncUDPSocketGSOTest.cpp.
References folly::f14::accumulate(), and in_.
|
inlineexplicit |
Definition at line 30 of file RequestContextTest.cpp.
|
inlineoverride |
Definition at line 31 of file RequestContextTest.cpp.
|
inline |
|
inline |
Definition at line 53 of file AsyncUDPSocketGSOTest.cpp.
References folly::f14::accumulate(), and in_.
|
inline |
Definition at line 57 of file AsyncUDPSocketGSOTest.cpp.
References folly::f14::accumulate(), and out_.
|
inline |
Definition at line 68 of file AsyncUDPSocketGSOTest.cpp.
References folly::IOBuf::copyBuffer(), i, in_, folly::IOBuf::prependChain(), and string.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements folly::RequestData.
Definition at line 33 of file RequestContextTest.cpp.
|
inlineoverridevirtual |
Implements folly::RequestData.
Definition at line 552 of file ThreadPoolExecutorTest.cpp.
|
inlineoverridevirtual |
Reimplemented from folly::RequestData.
Definition at line 37 of file RequestContextTest.cpp.
|
inlineoverridevirtual |
Reimplemented from folly::RequestData.
Definition at line 41 of file RequestContextTest.cpp.
int TestData::data_ |
Definition at line 556 of file ThreadPoolExecutorTest.cpp.
std::vector<int> TestData::expected_ |
Definition at line 88 of file AsyncUDPSocketGSOTest.cpp.
int TestData::expectedSize_ |
Definition at line 89 of file AsyncUDPSocketGSOTest.cpp.
int TestData::gso_ {0} |
Definition at line 85 of file AsyncUDPSocketGSOTest.cpp.
std::vector<int> TestData::in_ |
Definition at line 87 of file AsyncUDPSocketGSOTest.cpp.
std::vector<int> TestData::out_ |
Definition at line 90 of file AsyncUDPSocketGSOTest.cpp.
int TestData::outSize_ {0} |
Definition at line 91 of file AsyncUDPSocketGSOTest.cpp.
int TestData::set_ = 0 |
Definition at line 45 of file RequestContextTest.cpp.
int TestData::unset_ = 0 |
Definition at line 45 of file RequestContextTest.cpp.
bool TestData::useSocketGSO_ {false} |
Definition at line 86 of file AsyncUDPSocketGSOTest.cpp.