Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dwriter.go63 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/
DEndianStream.h51 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/
Dprint.rs73 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/
Dmod.rs105 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/
Dlist_people.go14 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/
Dlog.go35 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/
Dlog.go35 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/
Dlog.go35 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/
DX86MachObjectWriter.cpp59 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/
DARMMachObjectWriter.cpp140 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/
Dprint.rs65 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/
DSimpleTypeSerializer.cpp6 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/
Dstream.go44 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/
Dstream.go44 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/
Dstream.go44 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/
DGSIStreamBuilder.cpp94 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
DDbiStreamBuilder.cpp95 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
DHashTable.cpp46 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/
DPPCMachObjectWriter.cpp42 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/
DCodeViewRecordIO.h57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO()
262 BinaryStreamWriter *Writer = nullptr; variable
DSymbolRecordMapping.h25 explicit SymbolRecordMapping(BinaryStreamWriter &Writer, in SymbolRecordMapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp335 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/
DStatistic.cpp103 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/
DMSVSToolFile.py10 class Writer: class
/third_party/node/tools/gyp/pylib/gyp/
DMSVSToolFile.py10 class Writer: class

1234