Home | History | Annotate | Download | only in stubs

Lines Matching refs:Available

100 //   while (source->Available() > 0) {
111 // Returns the number of bytes left to read from the source. Available()
112 // should decrease by N each time Skip(N) is called. Available() may not
113 // increase. Available() returning 0 indicates that the ByteSource is
118 virtual size_t Available() const = 0;
121 // reposition the source. The returned region is empty iff Available() == 0.
126 // The length of the returned StringPiece will be <= Available().
132 // REQUIRES: Available() >= n
140 // REQUIRES: Available() >= n
292 // assert(source.Available() == 5);
299 virtual size_t Available() const;
320 // assert(abs.Available() == data.size());
323 // assert(limit.Available() == 5);
331 virtual size_t Available() const;