Home
last modified time | relevance | path

Searched defs:BinaryWriter (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dgenerator.h34 class BinaryWriter; variable
/third_party/protobuf/js/binary/
Dwriter.js77 jspb.BinaryWriter = function() { class in jspb
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java69 abstract class BinaryWriter extends ByteOutput implements Writer { class
145 private BinaryWriter(BufferAllocator alloc, int chunkSize) { in BinaryWriter() method in BinaryWriter