Searched refs:WriteUInt32 (Results 1 – 16 of 16) sorted by relevance
26 ok_custom_pickle.WriteUInt32(0); in TEST()28 ok_custom_pickle.WriteUInt32(0); in TEST()43 short_custom_pickle.WriteUInt32(0); in TEST()45 ok_custom_pickle.WriteUInt32(0); in TEST()62 large_custom_pickle.WriteUInt32(0); in TEST()64 ok_custom_pickle.WriteUInt32(0); in TEST()79 neg_custom_pickle.WriteUInt32(0); in TEST()81 neg_custom_pickle.WriteUInt32(0); in TEST()112 ok_custom_pickle.WriteUInt32(0); in TEST()114 ok_custom_pickle.WriteUInt32(0); in TEST()
216 return pickle->WriteUInt32(reinterpret_cast<uint32>(external_cursor_)); in SerializePlatformData()
252 frame.WriteUInt32(0); // Placeholder for the length and flags in CreateSynStream()253 frame.WriteUInt32(stream_id); in CreateSynStream()254 frame.WriteUInt32(associated_stream_id); in CreateSynStream()292 frame.WriteUInt32(0); // Placeholder for the length and flags. in CreateSynReply()293 frame.WriteUInt32(stream_id); in CreateSynReply()333 frame.WriteUInt32(8); in CreateRstStream()334 frame.WriteUInt32(stream_id); in CreateRstStream()335 frame.WriteUInt32(status); in CreateRstStream()347 frame.WriteUInt32(settings_size); in CreateSettings()348 frame.WriteUInt32(values.size()); in CreateSettings()[all …]
244 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()245 frame.WriteUInt32(3); // stream_id in TEST_F()246 frame.WriteUInt32(0); // associated stream id in TEST_F()272 frame1.WriteUInt32(0); // Placeholder for the length. in TEST_F()273 frame1.WriteUInt32(3); // stream_id in TEST_F()287 frame2.WriteUInt32(0); // Placeholder for the length. in TEST_F()288 frame2.WriteUInt32(3); // stream_id in TEST_F()313 frame.WriteUInt32(0); // Placeholder for the length. in TEST_F()314 frame.WriteUInt32(3); // stream_id in TEST_F()315 frame.WriteUInt32(0); // associated stream id in TEST_F()[all …]
70 bool WriteUInt32(uint32 value) { in WriteUInt32() function
51 buf->WriteUInt32(start_sec); in WriteToByteBuffer()52 buf->WriteUInt32(start_usec); in WriteToByteBuffer()53 buf->WriteUInt32(source); in WriteToByteBuffer()275 buffer.WriteUInt32(timestamp); in UpdateDumpPacket()312 buf.WriteUInt32(elapsed); in WritePacket()
343 buf->WriteUInt32(ip_); in Write()368 buf->WriteUInt32(bits_); in Write()452 buf->WriteUInt32(error_code()); in Write()548 buf->WriteUInt32((preallocate_ ? 4 : 0) | prefs_); in Write()
60 void WriteUInt32(uint32 val);
158 void ByteBuffer::WriteUInt32(uint32 val) { in WriteUInt32() function in talk_base::ByteBuffer
696 request.WriteUInt32(dest_.ip()); // Destination IP in SendConnect()834 response.WriteUInt32(addr.ip()); in SendConnectResult()
105 bool WriteUInt32(uint32 value) { in WriteUInt32() function
265 p.WriteUInt32(pad_bytes); in BuildEncryptedReport()
219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
330 static void WriteUInt32 (field_number, uint32 value, output);
1218 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()
221 pickle.WriteUInt32(histogram.range_checksum()); in SerializeHistogramInfo()