Searched refs:in_ (Results 1 – 5 of 5) sorted by relevance
88 explicit ZeroCopyInputAdaptor(io::InputStream* in) : in_(in) { in ZeroCopyInputAdaptor()93 bool result = in_->Next(data, &out_size); in Next()99 in_->BackUp(static_cast<size_t>(count)); in BackUp()117 return static_cast<::google::protobuf::int64>(in_->ByteCount()); in ByteCount()123 io::InputStream* in_; variable128 explicit ProtoInputStreamReader(io::InputStream* in) : in_(in) { } in ProtoInputStreamReader()132 ZeroCopyInputAdaptor adapter(in_); in ReadMessage()140 io::InputStream* in_;
205 error << "failed to read header length from input: " << reader_->in_->GetError(); in GetResFileOffsets()213 error << "failed to read data length from input: " << reader_->in_->GetError(); in GetResFileOffsets()261 : in_(in), in ContainerReader()271 error << "failed to read magic from input: " << in_->GetError(); in ContainerReader()285 error << "failed to read version from input: " << in_->GetError(); in ContainerReader()299 error << "failed to read entry count from input: " << in_->GetError(); in ContainerReader()319 error << "failed reading entry type from input: " << in_->GetError(); in Next()327 error << "failed reading entry length from input: " << in_->GetError(); in Next()
95 io::InputStream* in_; variable
33 XmlPullParser::XmlPullParser(InputStream* in) : in_(in), empty_(), depth_(0) { in XmlPullParser()60 if (!in_->Next(reinterpret_cast<const void**>(&buffer), &buffer_size)) { in Next()61 if (in_->HadError()) { in Next()62 error_ = in_->GetError(); in Next()
176 io::InputStream* in_; variable