Searched refs:AppendRawProtoBytes (Results 1 – 4 of 4) sorted by relevance
167 strings->AppendRawProtoBytes(str_begin, len_with_nul); in SerializeBatch()229 batch->AppendRawProtoBytes(pad_buf, static_cast<size_t>(pad - pad_buf)); in SerializeBatch()231 batch->AppendRawProtoBytes(preamble, preamble_size); in SerializeBatch()233 batch->AppendRawProtoBytes(doubles.data(), doubles_size); in SerializeBatch()237 batch->AppendRawProtoBytes(blobs.data(), blobs.size()); in SerializeBatch()
86 packet->AppendRawProtoBytes(data_, size_); in StartDataSource()
183 void AppendRawProtoBytes(const void* data, size_t size) { in AppendRawProtoBytes() function
74 message->AppendRawProtoBytes(raw, static_cast<size_t>(wptr - raw)); in TEST()77 message->AppendRawProtoBytes(padding, sizeof(padding)); in TEST()