Searched refs:ReadUInt8 (Results 1 – 16 of 16) sorted by relevance
568 if (!response.ReadUInt8(&ver) || in ProcessInput()569 !response.ReadUInt8(&method)) in ProcessInput()587 if (!response.ReadUInt8(&ver) || in ProcessInput()588 !response.ReadUInt8(&status)) in ProcessInput()599 if (!response.ReadUInt8(&ver) || in ProcessInput()600 !response.ReadUInt8(&rep) || in ProcessInput()601 !response.ReadUInt8(&rsv) || in ProcessInput()602 !response.ReadUInt8(&atyp)) in ProcessInput()620 if (!response.ReadUInt8(&len) || in ProcessInput()742 if (!request->ReadUInt8(&ver) || in HandleHello()[all …]
47 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()49 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()66 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()68 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()100 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()108 EXPECT_FALSE(buffer.ReadUInt8(&val8)); in TEST()293 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
122 EXPECT_FALSE(buffer.ReadUInt8(&ru8)); in TEST()127 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()198 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()
41 bool ReadUInt8(uint8_t* val);
50 bool ReadUInt8(uint8_t* val);
69 bool ByteBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8() function in rtc::ByteBuffer
86 bool BitBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8() function in rtc::BitBuffer
57 if (!buffer.ReadUInt8(&message_type)) { in IsOpenMessage()72 if (!buffer.ReadUInt8(&message_type)) { in ParseDataChannelOpenMessage()83 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage()143 if (!buffer.ReadUInt8(&message_type)) { in ParseDataChannelOpenAckMessage()
45 ASSERT_TRUE(buffer.ReadUInt8(&message_type)); in VerifyOpenMessageFormat()48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat()157 ASSERT_TRUE(buffer.ReadUInt8(&message_type)); in TEST_F()
66 ret &= buf->ReadUInt8(&ver_to_cc); in ReadFromByteBuffer()67 ret &= buf->ReadUInt8(&m_to_pt); in ReadFromByteBuffer()103 ret &= buf->ReadUInt8(&ver_to_count); in ReadFromByteBuffer()104 ret &= buf->ReadUInt8(&type); in ReadFromByteBuffer()
326 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()332 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()388 if (!buf.ReadUInt8(&fmt)) return false; in CountRtcpFir()390 if (!buf.ReadUInt8(&type)) return false; in CountRtcpFir()
117 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&profile_idc)); in ParseSpsNalu()120 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp)); in ParseSpsNalu()122 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp)); in ParseSpsNalu()
357 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&tl0picidx)); in ParseLayerInfoNonFlexibleMode()443 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&n_g)); in ParseSsData()458 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&p_diff)); in ParseSsData()
81 RETURN_FALSE_ON_FAIL(parser.ReadUInt8(&profile_idc)); in Parse()
500 if (!buf->ReadUInt8(&dummy)) in Read()504 if (!buf->ReadUInt8(&stun_family)) { in Read()
1191 buf.ReadUInt8(&kind); in parseOptions()1205 buf.ReadUInt8(&opt_len); in parseOptions()