@ProgressiveReader
| 364 | public: |
| 365 | // @ProgressiveReader |
| 366 | butil::Status OnReadOnePart(const void* /*data*/, size_t /*length*/) { |
| 367 | return butil::Status(-1, "Trigger by FailAllRead at %s:%d", |
| 368 | __FILE__, __LINE__); |
| 369 | } |
| 370 | void OnEndOfMessage(const butil::Status&) {} |
| 371 | }; |
| 372 |
no test coverage detected