| /third_party/skia/third_party/externals/brotli/go/cbrotli/ |
| D | writer.go | 63 type Writer struct { struct 64 dst io.Writer 65 state *C.BrotliEncoderState 66 buf, encoded []byte 76 func NewWriter(dst io.Writer, options WriterOptions) *Writer { 90 func (w *Writer) writeChunk(p []byte, op C.BrotliEncoderOperation) (n int, err error) { 129 func (w *Writer) Flush() error { 135 func (w *Writer) Close() error { 146 func (w *Writer) Write(p []byte) (n int, err error) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | EndianStream.h | 51 struct Writer { struct 54 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} in Writer() argument 55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() 58 template <typename value_type> void write(value_type Val) { in write()
|
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| D | print.rs | 73 struct Writer<W> { struct 77 impl<W: fmt::Write> Visitor for Writer<W> { argument 211 impl<W: fmt::Write> Writer<W> { impl
|
| /third_party/rust/crates/env_logger/src/fmt/writer/ |
| D | mod.rs | 105 pub(crate) struct Writer { struct 106 inner: BufferWriter, argument 110 impl Writer { argument 174 pub(crate) fn build(&mut self) -> Writer { in build() 212 impl fmt::Debug for Writer { implementation
|
| /third_party/protobuf/examples/ |
| D | list_people.go | 14 func writePerson(w io.Writer, p *pb.Person) { 34 func listPeople(w io.Writer, book *pb.AddressBook) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 363 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation() 463 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation() 503 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMachObjectWriter.cpp | 140 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation() 253 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation() 329 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation() 375 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| D | print.rs | 65 struct Writer<W> { struct 69 impl<W: fmt::Write> Visitor for Writer<W> { argument 155 impl<W: fmt::Write> Writer<W> { impl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | SimpleTypeSerializer.cpp | 6 static void addPadding(BinaryStreamWriter &Writer) { in addPadding() 25 BinaryStreamWriter Writer(ScratchBuffer, support::little); in serialize() local
|
| /third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | GSIStreamBuilder.cpp | 94 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit() 306 static Error writeRecords(BinaryStreamWriter &Writer, in writeRecords() 316 BinaryStreamWriter Writer(Stream); in commitSymbolRecordStream() local 331 BinaryStreamWriter Writer(Stream); in commitPublicsHashStream() local 358 BinaryStreamWriter Writer(Stream); in commitGlobalsHashStream() local
|
| D | DbiStreamBuilder.cpp | 95 DbgStreams[(int)Type]->WriteFn = [Data](BinaryStreamWriter &Writer) { in addDbgStream() 297 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout() 307 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout() 399 BinaryStreamWriter Writer(*DbiS); in commit() local
|
| D | HashTable.cpp | 46 Error llvm::pdb::writeSparseBitVector(BinaryStreamWriter &Writer, in writeSparseBitVector()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMachObjectWriter.cpp | 42 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 191 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation() 301 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeViewRecordIO.h | 57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() 262 BinaryStreamWriter *Writer = nullptr; variable
|
| D | SymbolRecordMapping.h | 25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | SampleProfWriter.cpp | 335 support::endian::Writer Writer(*OutputStream, support::little); in writeFuncOffsetTable() local 409 support::endian::Writer Writer(*OutputStream, support::little); in allocSecHdrTable() local 428 support::endian::Writer Writer(*OutputStream, support::little); in writeSecHdrTable() local 469 support::endian::Writer Writer(*OutputStream, support::little); in writeHeader() local 591 std::unique_ptr<SampleProfileWriter> Writer; in create() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Statistic.cpp | 103 sys::SmartScopedLock<true> Writer(Lock); in RegisterStatistic() local 149 sys::SmartScopedLock<true> Writer(*StatLock); in reset() local
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | MSVSToolFile.py | 10 class Writer: class
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | MSVSToolFile.py | 10 class Writer: class
|