HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt8 (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/net/quic/
quic_data_writer.h 41 bool WriteUInt8(uint8 value);
quic_data_writer.cc 37 bool QuicDataWriter::WriteUInt8(uint8 value) {
176 bool success = WriteUInt8(value);
quic_framer.cc 518 if (!writer.WriteUInt8(flags)) {
542 if (!writer.WriteUInt8(flags)) {
745 if (!writer->WriteUInt8(
751 if (!writer->WriteUInt8(
755 if (!writer->WriteUInt8(
761 if (!writer->WriteUInt8(
771 if (!writer->WriteUInt8(
802 if (!writer->WriteUInt8(private_flags)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketadapters.cc 655 request.WriteUInt8(5); // Socks Version
657 request.WriteUInt8(1); // Authentication Mechanisms
658 request.WriteUInt8(0); // No authentication
660 request.WriteUInt8(2); // Authentication Mechanisms
661 request.WriteUInt8(0); // No authentication
662 request.WriteUInt8(2); // Username/Password
670 request.WriteUInt8(1); // Negotiation Version
671 request.WriteUInt8(static_cast<uint8>(user_.size()));
673 request.WriteUInt8(static_cast<uint8>(pass_.GetLength()));
686 request.WriteUInt8(5); // Socks Versio
    [all...]
bytebuffer.h 77 void WriteUInt8(uint8 val);
bytebuffer_unittest.cc 77 buffer.WriteUInt8(1);
142 buffer.WriteUInt8(wu8);
209 buffer.WriteUInt8(wu8);
bytebuffer.cc 163 void ByteBuffer::WriteUInt8(uint8 val) {
  /external/chromium_org/third_party/webrtc/base/
socketadapters.cc 638 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(5); // Socks Versio
    [all...]
bytebuffer.h 60 void WriteUInt8(uint8 val);
bytebuffer_unittest.cc 60 buffer.WriteUInt8(1);
125 buffer.WriteUInt8(wu8);
192 buffer.WriteUInt8(wu8);
bytebuffer.cc 146 void ByteBuffer::WriteUInt8(uint8 val) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils.cc 177 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/spdy/
spdy_frame_builder.h 91 bool WriteUInt8(uint8 value) {
spdy_frame_builder.cc 125 success &= WriteUInt8(
127 success &= WriteUInt8(flags);
206 success = WriteUInt8(flags);
spdy_framer.cc     [all...]
spdy_framer_test.cc 843 frame.WriteUInt8(255); // Priority weight.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 52 buf->WriteUInt8(ver_to_cc);
53 buf->WriteUInt8(m_to_pt);
89 buf->WriteUInt8(ver_to_count);
90 buf->WriteUInt8(type);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc     [all...]
stun.cc 557 buf->WriteUInt8(0);
558 buf->WriteUInt8(address_family);
640 buf->WriteUInt8(0);
641 buf->WriteUInt8(family());

Completed in 594 milliseconds