Searched defs:BinaryWriter (Results 1 – 6 of 6) sorted by relevance
67 type BinaryWriter struct { struct68 w io.Writer77 func (bkw *BinaryWriter) Write(keyset *tinkpb.Keyset) error {82 func (bkw *BinaryWriter) WriteEncrypted(keyset *tinkpb.EncryptedKeyset) error {
168 class BinaryWriter { class170 BinaryWriter() in BinaryWriter() function in perfetto::__anonbfc734a10111::BinaryWriter234 TEST(CpuReaderTest, BinaryWriter) { in TEST() argument
78 jspb.BinaryWriter = function() { class in jspb
368 BinaryWriter(Object &Obj, raw_ostream &Out) : Writer(Obj, Out) {} in BinaryWriter() function
70 abstract class BinaryWriter extends ByteOutput implements Writer { class146 private BinaryWriter(BufferAllocator alloc, int chunkSize) { in BinaryWriter() method in BinaryWriter