Home
last modified time | relevance | path

Searched refs:ReadUInt16 (Results 1 – 12 of 12) sorted by relevance

/external/chromium/net/spdy/
Dspdy_frame_builder.cc35 bool SpdyFrameBuilder::ReadUInt16(void** iter, uint16* result) const { in ReadUInt16() function in spdy::SpdyFrameBuilder
67 if (!ReadUInt16(iter, &len)) in ReadString()
100 if (!ReadUInt16(iter, length)) in ReadData()
Dspdy_frame_builder.h56 bool ReadUInt16(void** iter, uint16* result) const;
Dspdy_framer.cc355 if (builder.ReadUInt16(&iter, &num_headers)) { in ParseHeaderBlock()
519 if (builder.ReadUInt16(&iter, &num_headers)) { in ParseHeaderBlockInBuffer()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc145 if (!buf->ReadUInt16(&type_)) in Read()
154 if (!buf->ReadUInt16(&length_)) in Read()
171 if (!buf->ReadUInt16(&attr_type)) in Read()
173 if (!buf->ReadUInt16(&attr_length)) in Read()
332 if (!buf->ReadUInt16(&port_)) in Read()
485 if (!buf->ReadUInt16(&attr)) in Read()
/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.h50 bool ReadUInt16(uint16* val);
Dsocketadapters.cc612 !response.ReadUInt16(&port)) in ProcessInput()
620 !response.ReadUInt16(&port)) in ProcessInput()
626 !response.ReadUInt16(&port)) in ProcessInput()
809 !request->ReadUInt16(&port)) { in HandleConnect()
Dbytebuffer.cc74 bool ByteBuffer::ReadUInt16(uint16* val) { in ReadUInt16() function in talk_base::ByteBuffer
/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.cc115 buf.ReadUInt16(&dump_packet_len); in ReadPacket()
116 buf.ReadUInt16(&data_len); // data.size() for RTP, 0 for RTCP. in ReadPacket()
/external/chromium/base/
Dpickle.h72 bool ReadUInt16(void** iter, uint16* result) const;
Dpickle.cc160 bool Pickle::ReadUInt16(void** iter, uint16* result) const { in ReadUInt16() function in Pickle
Dpickle_unittest.cc47 EXPECT_TRUE(pickle.ReadUInt16(&iter, &outuint16)); in VerifyResult()
/external/chromium/net/http/
Dhttp_response_info.cc171 if (!pickle.ReadUInt16(&iter, &socket_address_port)) in InitFromPickle()