|
| | MOCK_METHOD4 (onFieldStartImpl, int(const string &name, const std::string &filename, std::shared_ptr< HTTPMessage > msg, uint64_t bytesProcessed)) |
| |
| int | onFieldStartImpl (const string &name, const std::string &filename, std::unique_ptr< HTTPMessage > msg, uint64_t bytesProcessed) |
| |
| int | onFieldStart (const string &name, folly::Optional< std::string > filename, std::unique_ptr< HTTPMessage > msg, uint64_t bytesProcessed) override |
| |
| | MOCK_METHOD2 (onFieldData, int(std::shared_ptr< folly::IOBuf >, uint64_t)) |
| |
| int | onFieldData (std::unique_ptr< folly::IOBuf > data, uint64_t bytesProcessed) override |
| |
| | MOCK_METHOD2 (onFieldEnd, void(bool, uint64_t)) |
| |
| | MOCK_METHOD0 (onError, void()) |
| |
| virtual | ~Callback () |
| |
| virtual void | onFieldEnd (bool endedOnBoundary, uint64_t postBytesProcessed)=0 |
| |
| virtual void | onError ()=0 |
| |
Definition at line 92 of file RFC1867Test.cpp.
| proxygen::Mock1867Callback::MOCK_METHOD0 |
( |
onError |
, |
|
|
void() |
|
|
) |
| |
| int proxygen::Mock1867Callback::onFieldData |
( |
std::unique_ptr< folly::IOBuf > |
data, |
|
|
uint64_t |
bytesProcessed |
|
) |
| |
|
inlineoverridevirtual |
Definition at line 97 of file RFC1867Test.cpp.
100 std::shared_ptr<HTTPMessage> sh_msg(msg.release());
int onFieldStartImpl(const string &name, const std::string &filename, std::unique_ptr< HTTPMessage > msg, uint64_t bytesProcessed)
The documentation for this class was generated from the following file: