Lines Matching full:of
8 * with the License. You may obtain a copy of the License at
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
34 * Helper template to hoist readAll implementation out of TTransport
53 * Generic interface for a method of transporting data. A TTransport may be
54 * capable of either reading or writing, but not necessarily both.
106 * Attempt to read up to the specified number of bytes into the string.
122 * Reads the given amount of data in its entirety no matter what.
142 * @return number of bytes read if available, 0 otherwise.
172 * at the end of a request.
174 * @return number of bytes written if available, 0 otherwise
195 * variable-length fields. They can attempt to borrow the maximum amount of
202 * If borrow doesn't return buf, then the contents of
207 * @param len *len should initially contain the number of bytes to borrow.
208 * If borrow succeeds, *len will contain the number of bytes
212 * If borrow fails, the contents of *len are undefined.
226 * of at least len bytes, and should always succeed.
242 * Returns the origin of the transports call. The value depends on the
244 * IP address of the client making the request.
271 …hrows if there are not enough bytes in the input stream to satisfy a read of numBytes bytes of data
273 * @param numBytes numBytes bytes of data
335 * Generic factory class to make an input and output transport out of a
337 * streams out of raw clients.