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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 273 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
278 IstreamInputStream::~IstreamInputStream() {}
280 bool IstreamInputStream::Next(const void** data, int* size) {
284 void IstreamInputStream::BackUp(int count) {
288 bool IstreamInputStream::Skip(int count) {
292 int64 IstreamInputStream::ByteCount() const {
296 IstreamInputStream::CopyingIstreamInputStream::CopyingIstreamInputStream(
301 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);
zero_copy_stream_unittest.cc 894 IstreamInputStream input(&stream, kBlockSizes[j]);
910 IstreamInputStream input(&stream, kBlockSizes[j]);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
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);
  /development/vndk/tools/header-checker/merge-abi-diff/src/
merge_abi_diff.cpp 92 google::protobuf::io::IstreamInputStream text_is(&input);
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 35 google::protobuf::io::IstreamInputStream text_iso(&old_input);
36 google::protobuf::io::IstreamInputStream text_isn(&new_input);
  /external/protobuf/src/google/protobuf/
message.cc 136 io::IstreamInputStream zero_copy_input(input);
141 io::IstreamInputStream zero_copy_input(input);
  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 143 google::protobuf::io::IstreamInputStream text_is(&input);

Completed in 293 milliseconds