HomeSort by relevance Sort by last modified time
    Searched defs:IstreamInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 271 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
276 IstreamInputStream::~IstreamInputStream() {}
278 bool IstreamInputStream::Next(const void** data, int* size) {
282 void IstreamInputStream::BackUp(int count) {
286 bool IstreamInputStream::Skip(int count) {
290 int64 IstreamInputStream::ByteCount() const {
294 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream(
299 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {
    [all...]
zero_copy_stream_impl.h 59 // FileInputStream is preferred over using an ifstream with IstreamInputStream.
215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
222 ~IstreamInputStream();
250 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(IstreamInputStream);

Completed in 100 milliseconds