Home
last modified time | relevance | path

Searched refs:AnyWriter (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/
H A Dwrite_output_stream.rs22 Write(AnyWriter),
23 WriteSeek(AnyWriter),
212 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
255 struct AnyWriter { struct
257 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
258 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
262 impl AnyWriter { implementation
264 AnyWriter { in new()
273 AnyWriter { in new_seekable()
285 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/
H A Dwrite_output_stream.rs22 Write(AnyWriter),
23 WriteSeek(AnyWriter),
212 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
255 struct AnyWriter { struct
257 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
258 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
262 impl AnyWriter { impl
264 AnyWriter { in new()
273 AnyWriter { in new_seekable()
285 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { impl
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { implementation
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { implementation
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { implementation
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { impl
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/
H A Dwrite_output_stream.rs17 Write(AnyWriter),
18 WriteSeek(AnyWriter),
185 *imp.write.borrow_mut() = Some(imp::Writer::Write(AnyWriter::new(write))); in new()
193 *imp.write.borrow_mut() = Some(imp::Writer::WriteSeek(AnyWriter::new_seekable(write))); in new_seekable()
225 struct AnyWriter { struct
227 write_fn: fn(s: &mut AnyWriter, buffer: &[u8]) -> std::io::Result<usize>, argument
228 flush_fn: fn(s: &mut AnyWriter) -> std::io::Result<()>, argument
229 seek_fn: Option<fn(s: &mut AnyWriter, pos: std::io::SeekFrom) -> std::io::Result<u64>>, argument
232 impl AnyWriter { implementation
255 fn flush_fn<W: Write + 'static>(s: &mut AnyWriter) -> std::io::Result<()> { in flush_fn()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h144 class PROTOBUF_EXPORT AnyWriter {
146 explicit AnyWriter(ProtoStreamObjectWriter* parent);
147 ~AnyWriter();
205 void Replay(AnyWriter* writer) const;
281 AnyWriter* any() const { return any_.get(); } in any()
303 std::unique_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc202 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
212 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
239 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
278 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
292 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
384 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
409 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
410 AnyWriter* writer) const { in Replay()
430 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
454 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h134 class LIBPROTOBUF_EXPORT AnyWriter {
136 explicit AnyWriter(ProtoStreamObjectWriter* parent);
137 ~AnyWriter();
197 void Replay(AnyWriter* writer) const;
273 AnyWriter* any() const { return any_.get(); } in any()
295 google::protobuf::scoped_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc181 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
191 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
218 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
257 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
271 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
362 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
386 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
387 AnyWriter* writer) const { in Replay()
407 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
431 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h144 class PROTOBUF_EXPORT AnyWriter {
146 explicit AnyWriter(ProtoStreamObjectWriter* parent);
147 ~AnyWriter();
205 void Replay(AnyWriter* writer) const;
281 AnyWriter* any() const { return any_.get(); } in any()
303 std::unique_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc202 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
212 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
239 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
278 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
292 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
384 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
409 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
410 AnyWriter* writer) const { in Replay()
430 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
454 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h140 class PROTOBUF_EXPORT AnyWriter {
142 explicit AnyWriter(ProtoStreamObjectWriter* parent);
143 ~AnyWriter();
201 void Replay(AnyWriter* writer) const;
277 AnyWriter* any() const { return any_.get(); } in any()
299 std::unique_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc204 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
214 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
241 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
280 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
294 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
386 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
411 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
412 AnyWriter* writer) const { in Replay()
432 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
456 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h144 class PROTOBUF_EXPORT AnyWriter {
146 explicit AnyWriter(ProtoStreamObjectWriter* parent);
147 ~AnyWriter();
205 void Replay(AnyWriter* writer) const;
281 AnyWriter* any() const { return any_.get(); } in any()
303 std::unique_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc202 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
212 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
239 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
278 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
292 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
384 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
409 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
410 AnyWriter* writer) const { in Replay()
430 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
454 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h140 class PROTOBUF_EXPORT AnyWriter {
142 explicit AnyWriter(ProtoStreamObjectWriter* parent);
143 ~AnyWriter();
201 void Replay(AnyWriter* writer) const;
277 AnyWriter* any() const { return any_.get(); } in any()
299 std::unique_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc204 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
214 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
241 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
280 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
294 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
386 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
411 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
412 AnyWriter* writer) const { in Replay()
432 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
456 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h134 class LIBPROTOBUF_EXPORT AnyWriter {
136 explicit AnyWriter(ProtoStreamObjectWriter* parent);
137 ~AnyWriter();
197 void Replay(AnyWriter* writer) const;
273 AnyWriter* any() const { return any_.get(); } in any()
295 google::protobuf::scoped_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc181 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
191 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
218 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
257 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
271 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
362 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
386 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
387 AnyWriter* writer) const { in Replay()
407 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy()
431 any_.reset(new AnyWriter(ow_)); in Item()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h172 class PROTOBUF_EXPORT AnyWriter {
174 explicit AnyWriter(ProtoStreamObjectWriter* parent);
175 ~AnyWriter();
233 void Replay(AnyWriter* writer) const;
309 AnyWriter* any() const { return any_.get(); } in any()
331 std::unique_ptr<AnyWriter> any_;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h144 class PROTOBUF_EXPORT AnyWriter {
146 explicit AnyWriter(ProtoStreamObjectWriter* parent);
147 ~AnyWriter();
205 void Replay(AnyWriter* writer) const;
281 AnyWriter* any() const { return any_.get(); } in any()
303 std::unique_ptr<AnyWriter> any_;
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h172 class PROTOBUF_EXPORT AnyWriter {
174 explicit AnyWriter(ProtoStreamObjectWriter* parent);
175 ~AnyWriter();
233 void Replay(AnyWriter* writer) const;
309 AnyWriter* any() const { return any_.get(); } in any()
331 std::unique_ptr<AnyWriter> any_;

12