Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc147 class BinaryWriter { class
149 BinaryWriter() in BinaryWriter() function in perfetto::__anon7d047d8d0111::BinaryWriter
213 TEST(CpuReaderTest, BinaryWriter) { in TEST() argument
/external/protobuf/js/binary/
Dwriter.js77 jspb.BinaryWriter = function() { class in jspb
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h365 BinaryWriter(Object &Obj, Buffer &Buf) : Writer(Obj, Buf) {} in BinaryWriter() function
/external/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