Searched defs:IOVector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Diovector.cc9 IOVector::IOVector() {} function in class:net::IOVector
11 IOVector::~IOVector() {}
H A Diovector.h30 // IOVector is a helper class that makes it easier to work with POSIX vector I/O
36 // IOVector is a bookkeeping object that collects a description of buffers to
41 // buffer blocks are added to the IOVector is important to the client. The
52 // used to change the IOVector to only keep track of description of blocks of
55 // IOVector does not have any method to change the iovec entries that it
60 class NET_EXPORT_PRIVATE IOVector { class in namespace:net
64 IOVector();
65 ~IOVector();
68 // IOVector.
74 // Appends at most max_bytes from iovec to the IOVector
[all...]

Completed in 72 milliseconds