Searched refs:PythonOutputStream (Results 1 – 4 of 4) sorted by relevance
33 PythonOutputStream::PythonOutputStream( in PythonOutputStream() function in crypto::tink::PythonOutputStream45 crypto::tink::util::StatusOr<int> PythonOutputStream::Next(void** data) { in Next()88 void PythonOutputStream::BackUp(int count) { in BackUp()95 PythonOutputStream::~PythonOutputStream() { Close().IgnoreError(); } in ~PythonOutputStream()97 util::Status PythonOutputStream::Close() { in Close()116 int64_t PythonOutputStream::Position() const { return position_; } in Position()
32 class PythonOutputStream : public OutputStream {37 explicit PythonOutputStream(std::shared_ptr<PythonFileObjectAdapter> adapter,40 ~PythonOutputStream() override;
40 util::Status WriteToStream(PythonOutputStream* output_stream, in WriteToStream()69 absl::make_unique<PythonOutputStream>(std::move(output)); in TEST()85 absl::make_unique<PythonOutputStream>(std::move(output), buffer_size); in TEST()108 absl::make_unique<PythonOutputStream>(std::move(output), buffer_size); in TEST()
33 absl::make_unique<PythonOutputStream>(ciphertext_destination); in NewCcEncryptingStream()