Searched refs:copying_input_ (Results 1 – 2 of 2) sorted by relevance
82 void SetCloseOnDelete(bool value) { copying_input_.SetCloseOnDelete(value); } in SetCloseOnDelete()88 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno()126 CopyingFileInputStream copying_input_; variable246 CopyingIstreamInputStream copying_input_; variable
84 : copying_input_(file_descriptor), impl_(©ing_input_, block_size) {} in FileInputStream()86 bool FileInputStream::Close() { return copying_input_.Close(); } in Close()253 : copying_input_(input), impl_(©ing_input_, block_size) {} in IstreamInputStream()