Searched refs:WriteUInt16 (Results 1 - 12 of 12) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h58 void WriteUInt16(uint16 val);
H A Dbytebuffer.cc148 void ByteBuffer::WriteUInt16(uint16 val) { function in class:talk_base::ByteBuffer
H A Dsocketadapters.cc698 request.WriteUInt16(dest_.port()); // Destination Port
835 response.WriteUInt16(addr.port());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc54 buf->WriteUInt16(port);
55 buf->WriteUInt16(padding);
274 buffer.WriteUInt16(sequence);
310 buf.WriteUInt16(static_cast<uint16>(RtpDumpPacket::kHeaderLength + data_len));
311 buf.WriteUInt16(static_cast<uint16>(rtcp ? 0 : data_len));
/external/chromium/net/spdy/
H A Dspdy_framer.cc125 frame->WriteUInt16(headers->size()); // Number of headers.
547 frame.WriteUInt16(kControlFlagMask | spdy_version_);
548 frame.WriteUInt16(SYN_STREAM);
552 frame.WriteUInt16(ntohs(priority) << 6); // Priority.
554 frame.WriteUInt16(headers->size()); // Number of headers.
588 frame.WriteUInt16(kControlFlagMask | spdy_version_);
589 frame.WriteUInt16(SYN_REPLY);
592 frame.WriteUInt16(0); // Unused
594 frame.WriteUInt16(headers->size()); // Number of headers.
630 frame.WriteUInt16(kControlFlagMas
[all...]
H A Dspdy_frame_builder.cc110 if (!WriteUInt16(static_cast<int>(value.size())))
134 if (!WriteUInt16(length))
H A Dspdy_frame_builder.h66 bool WriteUInt16(uint16 value) { function in class:spdy::SpdyFrameBuilder
H A Dspdy_framer_test.cc253 frame.WriteUInt16(kControlFlagMask | 1);
254 frame.WriteUInt16(SYN_STREAM);
258 frame.WriteUInt16(0); // Priority.
260 frame.WriteUInt16(2); // Number of headers.
281 frame1.WriteUInt16(kControlFlagMask | 1);
282 frame1.WriteUInt16(SYN_STREAM);
285 frame1.WriteUInt16(0); // Priority.
287 frame1.WriteUInt16(1); // Wrong number of headers (underflow)
296 frame2.WriteUInt16(kControlFlagMask | 1);
297 frame2.WriteUInt16(SYN_STREA
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc194 buf->WriteUInt16(type_);
195 buf->WriteUInt16(length_);
199 buf->WriteUInt16((*attrs_)[i]->type());
200 buf->WriteUInt16((*attrs_)[i]->length());
342 buf->WriteUInt16(port_);
494 buf->WriteUInt16((*attr_types_)[i]);
/external/chromium/base/
H A Dpickle.h102 bool WriteUInt16(uint16 value) { function in class:Pickle
H A Dpickle_unittest.cc74 EXPECT_TRUE(pickle.WriteUInt16(testuint16));
/external/chromium/net/http/
H A Dhttp_response_info.cc238 pickle->WriteUInt16(socket_address.port());

Completed in 965 milliseconds