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

  /external/chromium/net/spdy/
spdy_frame_builder.cc 35 bool SpdyFrameBuilder::ReadUInt16(void** iter, uint16* result) const {
67 if (!ReadUInt16(iter, &len))
100 if (!ReadUInt16(iter, length))
spdy_frame_builder.h 56 bool ReadUInt16(void** iter, uint16* result) const;
spdy_framer.cc 351 if (builder.ReadUInt16(&iter, &num_headers)) {
515 if (builder.ReadUInt16(&iter, &num_headers)) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 50 bool ReadUInt16(uint16* val);
bytebuffer.cc 74 bool ByteBuffer::ReadUInt16(uint16* val) {
socketadapters.cc 612 !response.ReadUInt16(&port))
620 !response.ReadUInt16(&port))
626 !response.ReadUInt16(&port))
809 !request->ReadUInt16(&port)) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 145 if (!buf->ReadUInt16(&type_))
154 if (!buf->ReadUInt16(&length_))
171 if (!buf->ReadUInt16(&attr_type))
173 if (!buf->ReadUInt16(&attr_length))
332 if (!buf->ReadUInt16(&port_))
485 if (!buf->ReadUInt16(&attr))
  /external/chromium/base/
pickle.h 72 bool ReadUInt16(void** iter, uint16* result) const;
pickle_unittest.cc 47 EXPECT_TRUE(pickle.ReadUInt16(&iter, &outuint16));
pickle.cc 160 bool Pickle::ReadUInt16(void** iter, uint16* result) const {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 115 buf.ReadUInt16(&dump_packet_len);
116 buf.ReadUInt16(&data_len); // data.size() for RTP, 0 for RTCP.
  /external/chromium/net/http/
http_response_info.cc 171 if (!pickle.ReadUInt16(&iter, &socket_address_port))

Completed in 467 milliseconds