Searched refs:IstreamInputStream (Results 1 – 7 of 7) sorted by relevance
254 IstreamInputStream::IstreamInputStream(std::istream* input, int block_size) in IstreamInputStream() function in google::protobuf::io::IstreamInputStream257 bool IstreamInputStream::Next(const void** data, int* size) { in Next()261 void IstreamInputStream::BackUp(int count) { impl_.BackUp(count); } in BackUp()263 bool IstreamInputStream::Skip(int count) { return impl_.Skip(count); } in Skip()265 int64_t IstreamInputStream::ByteCount() const { return impl_.ByteCount(); } in ByteCount()267 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream()271 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()273 int IstreamInputStream::CopyingIstreamInputStream::Read(void* buffer, in Read()
217 class PROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {223 explicit IstreamInputStream(std::istream* stream, int block_size = -1);251 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(IstreamInputStream);
889 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()905 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()
62 io::IstreamInputStream zstream(&stream); in TEST()
287 io::IstreamInputStream zero_copy_input(input); in ParseFromIstream()292 io::IstreamInputStream zero_copy_input(input); in ParsePartialFromIstream()
176 …"google::protobuf::io::IstreamInputStream::IstreamInputStream(std::__h::basic_istream<char, std::_…177 "vtable for google::protobuf::io::IstreamInputStream";178 …"google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()…
517 …"google::protobuf::io::IstreamInputStream::IstreamInputStream(std::__h::basic_istream<char, std::_…518 "vtable for google::protobuf::io::IstreamInputStream";519 …"google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream()…