Searched refs:WriteUInt8 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsocketadapters.cc638 request.WriteUInt8(5); // Socks Version
640 request.WriteUInt8(1); // Authentication Mechanisms
641 request.WriteUInt8(0); // No authentication
643 request.WriteUInt8(2); // Authentication Mechanisms
644 request.WriteUInt8(0); // No authentication
645 request.WriteUInt8(2); // Username/Password
653 request.WriteUInt8(1); // Negotiation Version
654 request.WriteUInt8(static_cast<uint8>(user_.size()));
656 request.WriteUInt8(static_cast<uint8>(pass_.GetLength()));
669 request.WriteUInt8(
[all...]
H A Dbytebuffer.h60 void WriteUInt8(uint8 val);
H A Dbytebuffer_unittest.cc60 buffer.WriteUInt8(1);
125 buffer.WriteUInt8(wu8);
192 buffer.WriteUInt8(wu8);
H A Dbytebuffer.cc146 void ByteBuffer::WriteUInt8(uint8 val) { function in class:rtc::ByteBuffer
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils.cc177 buffer.WriteUInt8(DATA_CHANNEL_OPEN_MESSAGE_TYPE);
178 buffer.WriteUInt8(channel_type);
191 buffer.WriteUInt8(DATA_CHANNEL_OPEN_ACK_MESSAGE_TYPE);
/external/chromium_org/net/quic/
H A Dquic_data_writer.h41 bool WriteUInt8(uint8 value);
H A Dquic_data_writer.cc37 bool QuicDataWriter::WriteUInt8(uint8 value) { function in class:net::QuicDataWriter
176 bool success = WriteUInt8(value);
H A Dquic_framer.cc499 if (!writer.WriteUInt8(flags)) {
523 if (!writer.WriteUInt8(flags)) {
726 if (!writer->WriteUInt8(
732 if (!writer->WriteUInt8(
736 if (!writer->WriteUInt8(
742 if (!writer->WriteUInt8(
752 if (!writer->WriteUInt8(
783 if (!writer->WriteUInt8(private_flags)) {
1923 return writer->WriteUInt8(type_byte);
1938 return writer->WriteUInt8(
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h91 bool WriteUInt8(uint8 value) { function in class:net::SpdyFrameBuilder
H A Dspdy_frame_builder.cc125 success &= WriteUInt8(
127 success &= WriteUInt8(flags);
206 success = WriteUInt8(flags);
H A Dspdy_framer.cc2317 builder.WriteUInt8(data_ir.padding_payload_len() & 0xff);
2357 builder.WriteUInt8(data_ir.padding_payload_len() & 0xff);
2395 builder.WriteUInt8(priority << ((protocol_version() <= SPDY2) ? 6 : 5));
2396 builder.WriteUInt8(0); // Unused byte where credential slot used to be.
2665 builder.WriteUInt8(MapPriorityToWeight(priority));
2812 builder.WriteUInt8(0); // Reserved.
2813 builder.WriteUInt8(altsvc.protocol_id().length());
2816 builder.WriteUInt8(altsvc.host().length());
2836 builder.WriteUInt8(priority.weight());
H A Dspdy_framer_test.cc920 frame.WriteUInt8(255); // Priority weight.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc53 buf->WriteUInt8(ver_to_cc);
54 buf->WriteUInt8(m_to_pt);
90 buf->WriteUInt8(ver_to_count);
91 buf->WriteUInt8(type);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc1176 buf.WriteUInt8(CTL_CONNECT);
1178 buf.WriteUInt8(TCP_OPT_WND_SCALE);
1179 buf.WriteUInt8(1);
1180 buf.WriteUInt8(m_rwnd_scale);
H A Dstun.cc558 buf->WriteUInt8(0);
559 buf->WriteUInt8(address_family);
641 buf->WriteUInt8(0);
642 buf->WriteUInt8(family());

Completed in 2137 milliseconds