|
proxygen
|
This is the complete list of members for folly::AsyncIOOp, including all inherited members.
| AsyncIO class | folly::AsyncIOOp | friend |
| AsyncIOOp(NotificationCallback cb=NotificationCallback()) | folly::AsyncIOOp | explicit |
| cancel() | folly::AsyncIOOp | private |
| cb_ | folly::AsyncIOOp | private |
| complete(ssize_t result) | folly::AsyncIOOp | private |
| init() | folly::AsyncIOOp | private |
| iocb_ | folly::AsyncIOOp | private |
| notificationCallback() const | folly::AsyncIOOp | inline |
| NotificationCallback typedef | folly::AsyncIOOp | |
| operator<<(std::ostream &stream, const AsyncIOOp &o) | folly::AsyncIOOp | friend |
| pread(int fd, void *buf, size_t size, off_t start) | folly::AsyncIOOp | |
| pread(int fd, Range< unsigned char * > range, off_t start) | folly::AsyncIOOp | |
| preadv(int fd, const iovec *iov, int iovcnt, off_t start) | folly::AsyncIOOp | |
| pwrite(int fd, const void *buf, size_t size, off_t start) | folly::AsyncIOOp | |
| pwrite(int fd, Range< const unsigned char * > range, off_t start) | folly::AsyncIOOp | |
| pwritev(int fd, const iovec *iov, int iovcnt, off_t start) | folly::AsyncIOOp | |
| reset(NotificationCallback cb=NotificationCallback()) | folly::AsyncIOOp | |
| result() const | folly::AsyncIOOp | |
| result_ | folly::AsyncIOOp | private |
| setNotificationCallback(NotificationCallback cb) | folly::AsyncIOOp | inline |
| start() | folly::AsyncIOOp | private |
| state() const | folly::AsyncIOOp | inline |
| State enum name | folly::AsyncIOOp | |
| state_ | folly::AsyncIOOp | private |
| ~AsyncIOOp() | folly::AsyncIOOp |