Home
last modified time | relevance | path

Searched refs:IstreamInputStream (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc273 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream() function in google::protobuf::io::IstreamInputStream
278 IstreamInputStream::~IstreamInputStream() {} in ~IstreamInputStream()
280 bool IstreamInputStream::Next(const void** data, int* size) { in Next()
284 void IstreamInputStream::BackUp(int count) { in BackUp()
288 bool IstreamInputStream::Skip(int count) { in Skip()
292 int64 IstreamInputStream::ByteCount() const { in ByteCount()
296 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream( in CopyingIstreamInputStream()
301 IstreamInputStream::CopyingIstreamInputStream::~CopyingIstreamInputStream() {} in ~CopyingIstreamInputStream()
303 int IstreamInputStream::CopyingIstreamInputStream::Read( in Read()
Dzero_copy_stream_impl.h215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream {
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
222 ~IstreamInputStream();
250 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(IstreamInputStream);
Dzero_copy_stream_unittest.cc894 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()
910 IstreamInputStream input(&stream, kBlockSizes[j]); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.cc134 io::IstreamInputStream zero_copy_input(input); in ParseFromIstream()
139 io::IstreamInputStream zero_copy_input(input); in ParsePartialFromIstream()
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dsztool.cc223 IstreamInputStream settings_stream(&settings_file); in main()