Lines Matching refs:uval2
1374 StunUInt32Attribute* uval2 = StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME);1375 uval2->SetValue(11);1376 EXPECT_TRUE(msg2.AddAttribute(uval2));1395 uval2 = StunAttribute::CreateUInt32(STUN_ATTR_BANDWIDTH);1396 uval2->SetValue(6);1397 EXPECT_TRUE(msg2.AddAttribute(uval2));