Searched refs:ReadUInt16 (Results 1 – 17 of 17) sorted by relevance
89 if (!buffer.ReadUInt16(&priority)) { in ParseDataChannelOpenMessage()99 if (!buffer.ReadUInt16(&label_length)) { in ParseDataChannelOpenMessage()104 if (!buffer.ReadUInt16(&protocol_length)) { in ParseDataChannelOpenMessage()
59 ASSERT_TRUE(buffer.ReadUInt16(&priority)); in VerifyOpenMessageFormat()68 ASSERT_TRUE(buffer.ReadUInt16(&label_length)); in VerifyOpenMessageFormat()69 ASSERT_TRUE(buffer.ReadUInt16(&protocol_length)); in VerifyOpenMessageFormat()
51 EXPECT_TRUE(buffer.ReadUInt16(&val16)); in TEST()70 EXPECT_TRUE(buffer.ReadUInt16(&val16)); in TEST()102 EXPECT_TRUE(buffer.ReadUInt16(&val16)); in TEST()295 EXPECT_TRUE(buffer.ReadUInt16(&val16)); in TEST()
135 EXPECT_TRUE(buffer.ReadUInt16(&ru16)); in TEST()200 EXPECT_TRUE(buffer.ReadUInt16(&ru16)); in TEST()
614 !response.ReadUInt16(&port)) in ProcessInput()622 !response.ReadUInt16(&port)) in ProcessInput()628 !response.ReadUInt16(&port)) in ProcessInput()811 !request->ReadUInt16(&port)) { in HandleConnect()
42 bool ReadUInt16(uint16_t* val);
51 bool ReadUInt16(uint16_t* val);
75 bool ByteBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16() function in rtc::ByteBuffer
96 bool BitBuffer::ReadUInt16(uint16_t* val) { in ReadUInt16() function in rtc::BitBuffer
297 if (!buf->ReadUInt16(&type_)) in Read()306 if (!buf->ReadUInt16(&length_)) in Read()335 if (!buf->ReadUInt16(&attr_type)) in Read()337 if (!buf->ReadUInt16(&attr_length)) in Read()508 if (!buf->ReadUInt16(&port)) in Read()848 if (!buf->ReadUInt16(&attr)) in Read()
137 buf.ReadUInt16(&dump_packet_len); in ReadPacket()143 buf.ReadUInt16(&data_len); in ReadPacket()
68 ret &= buf->ReadUInt16(&sequence_number); in ReadFromByteBuffer()105 ret &= buf->ReadUInt16(&length); in ReadFromByteBuffer()
336 if (!buf.ReadUInt16(&u16)) return false; in ParseRtpPacket()355 if (!buf.ReadUInt16(&u16)) return false; in ParseRtpPacket()358 if (!buf.ReadUInt16(&u16)) return false; in ParseRtpPacket()391 if (!buf.ReadUInt16(&length)) return false; in CountRtcpFir()
44 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT;
104 bool PickleIterator::ReadUInt16(uint16_t* result) { in ReadUInt16() function in base::PickleIterator
61 EXPECT_TRUE(iter.ReadUInt16(&outuint16)); in VerifyResult()
437 RETURN_FALSE_ON_ERROR(parser->ReadUInt16(&vp9->width[i])); in ParseSsData()438 RETURN_FALSE_ON_ERROR(parser->ReadUInt16(&vp9->height[i])); in ParseSsData()