Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib-streams.adb183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is subprogram
199 procedure Write is new ZLib.Write subprogram
Dzlib.adb668 procedure Write subprogram
692 Write (Buffer (1 .. Out_Last)); argument
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib-streams.adb183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is argument
199 procedure Write is new ZLib.Write subprogram
Dzlib.adb668 procedure Write subprogram
692 Write (Buffer (1 .. Out_Last)); argument
/third_party/zlib/contrib/ada/
Dzlib-streams.adb183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is subprogram
199 procedure Write is new ZLib.Write argument
Dzlib.adb668 procedure Write subprogram
692 Write (Buffer (1 .. Out_Last)); argument
Dzlib.ads242 with procedure Write formal
251 procedure Write subprogspec
259 with procedure Read
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
DDebug.h33 inline std::ostream& Write(std::ostream& out) { in Write() function
49 std::ostream& Write(std::ostream& out, const std::optional<T>& value) { in Write() function
57 std::ostream& Write(std::ostream& out, const std::vector<T>& value) { in Write() function
71 std::ostream& Write(std::ostream& out, const std::unordered_map<K, V>& value) { in Write() function
87 std::ostream& Write(std::ostream& out, const std::variant<TYS...>& value) { in Write() function
93 std::ostream& Write(std::ostream& out, VALUE&& value) { in Write() function
98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_output_stream.cc27 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer) { in Write() function in sfntly::MemoryOutputStream
31 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer, in Write() function in sfntly::MemoryOutputStream
46 void MemoryOutputStream::Write(uint8_t* buffer, int32_t offset, int32_t length) { in Write() function in sfntly::MemoryOutputStream
57 void MemoryOutputStream::Write(uint8_t b) { in Write() function in sfntly::MemoryOutputStream
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dmemory_output_stream.cc27 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer) { in Write() function in sfntly::MemoryOutputStream
31 void MemoryOutputStream::Write(std::vector<uint8_t>* buffer, in Write() function in sfntly::MemoryOutputStream
46 void MemoryOutputStream::Write(uint8_t* buffer, int32_t offset, int32_t length) { in Write() function in sfntly::MemoryOutputStream
57 void MemoryOutputStream::Write(uint8_t b) { in Write() function in sfntly::MemoryOutputStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc32 void FontOutputStream::Write(uint8_t b) { in Write() function in sfntly::FontOutputStream
39 void FontOutputStream::Write(std::vector<uint8_t>* b) { in Write() function in sfntly::FontOutputStream
46 void FontOutputStream::Write(std::vector<uint8_t>* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
62 void FontOutputStream::Write(uint8_t* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc32 void FontOutputStream::Write(uint8_t b) { in Write() function in sfntly::FontOutputStream
39 void FontOutputStream::Write(std::vector<uint8_t>* b) { in Write() function in sfntly::FontOutputStream
46 void FontOutputStream::Write(std::vector<uint8_t>* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
62 void FontOutputStream::Write(uint8_t* b, int32_t off, int32_t len) { in Write() function in sfntly::FontOutputStream
/third_party/grpc/include/grpcpp/impl/codegen/
Dsync_stream.h123 inline bool Write(const W& msg) { return Write(msg, ::grpc::WriteOptions()); } in Write() function
320 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
493 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
660 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
740 bool Write(const W& msg, ::grpc::WriteOptions options) { in Write() function
798 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
860 bool Write(const ResponseType& response, in Write() function
926 bool Write(const ResponseType& response, in Write() function
Dsync_stream_impl.h123 inline bool Write(const W& msg) { return Write(msg, ::grpc::WriteOptions()); } in Write() function
321 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
494 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
661 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
742 bool Write(const W& msg, ::grpc::WriteOptions options) { in Write() function
800 bool Write(const W& msg, ::grpc::WriteOptions options) override { in Write() function
863 bool Write(const ResponseType& response, in Write() function
930 bool Write(const ResponseType& response, in Write() function
Dasync_stream.h381 void Write(const W& msg, void* tag) override { in Write() function
389 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
558 void Write(const W& msg, void* tag) override { in Write() function
566 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
869 void Write(const W& msg, void* tag) override { in Write() function
877 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
1041 void Write(const W& msg, void* tag) override { in Write() function
1049 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
Dasync_stream_impl.h382 void Write(const W& msg, void* tag) override { in Write() function
390 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
560 void Write(const W& msg, void* tag) override { in Write() function
568 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
872 void Write(const W& msg, void* tag) override { in Write() function
880 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
1044 void Write(const W& msg, void* tag) override { in Write() function
1052 void Write(const W& msg, ::grpc::WriteOptions options, void* tag) override { in Write() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go38 Write(context.Context, []byte) (int64, error) methodSpec
70 func (s *plainStream) Write(ctx context.Context, data []byte) (int64, error) { func
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) { func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go38 Write(context.Context, []byte) (int64, error) methodSpec
70 func (s *plainStream) Write(ctx context.Context, data []byte) (int64, error) { func
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) { func
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Doutput.cc34 void BufferRawSink::Write(string_view v) { in Write() function in absl::str_format_internal::BufferRawSink
42 void FILERawSink::Write(string_view v) { in Write() function in absl::str_format_internal::FILERawSink
/third_party/abseil-cpp/absl/strings/internal/str_format/
Doutput.cc34 void BufferRawSink::Write(string_view v) { in Write() function in absl::str_format_internal::BufferRawSink
42 void FILERawSink::Write(string_view v) { in Write() function in absl::str_format_internal::FILERawSink
/third_party/flutter/skia/tests/
DSerializationTest.cpp53 static void Write(SkWriteBuffer& writer, const T* flattenable) { in Write() function
62 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { in Write() function
71 static void Write(SkWriteBuffer& writer, const SkPath* path) { in Write() function
80 static void Write(SkWriteBuffer& writer, const SkRegion* region) { in Write() function
89 static void Write(SkWriteBuffer& writer, const SkString* string) { in Write() function
98 static void Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) { in Write() function
107 static void Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) { in Write() function
116 static void Write(SkWriteBuffer& writer, SkColor4f* data, uint32_t arraySize) { in Write() function
125 static void Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) { in Write() function
134 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) { in Write() function
[all …]
/third_party/cef/libcef/common/
Dcef_messages.cc17 static void Write(base::Pickle* m, const param_type& p) { in Write() function
74 void ParamTraits<scoped_refptr<net::UploadData>>::Write(base::Pickle* m, in Write() function in IPC::ParamTraits::UploadData
/third_party/typescript/tests/cases/compiler/
DtypeInfer1.ts2 Write(s:string):void; method
/third_party/skia/tests/
DSerializationTest.cpp52 static void Write(SkWriteBuffer& writer, const T* flattenable) { in Write() function
61 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { in Write() function
70 static void Write(SkWriteBuffer& writer, const SkPath* path) { in Write() function
79 static void Write(SkWriteBuffer& writer, const SkRegion* region) { in Write() function
88 static void Write(SkWriteBuffer& writer, const SkString* string) { in Write() function
97 static void Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) { in Write() function
106 static void Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) { in Write() function
115 static void Write(SkWriteBuffer& writer, SkColor4f* data, uint32_t arraySize) { in Write() function
124 static void Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) { in Write() function
133 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) { in Write() function
[all …]
/third_party/zlib/contrib/delphi/
DZLib.pas92 function Write(const Buffer; Count: Longint): Longint; override; in Write() function
121 function Write(const Buffer; Count: Longint): Longint; override; in Write() function
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint; in Write() function
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint; in Write() function

123456