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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 82 void SetCloseOnDelete(bool value) { copying_input_.SetCloseOnDelete(value); }
88 int GetErrno() { return copying_input_.GetErrno(); }
126 CopyingFileInputStream copying_input_; member in class:google::protobuf::io::FileInputStream
247 CopyingIstreamInputStream copying_input_; member in class:google::protobuf::io::IstreamInputStream
zero_copy_stream_impl.cc 78 : copying_input_(file_descriptor),
79 impl_(&copying_input_, block_size) {
85 return copying_input_.Close();
272 : copying_input_(input),
273 impl_(&copying_input_, block_size) {

Completed in 22 milliseconds