Home | History | Annotate | Download | only in base

Lines Matching defs:out2

1438   rtc::ByteBuffer out2;
1439 EXPECT_TRUE(msg2.Write(&out2));
1440 EXPECT_EQ(size, out2.Length());
1441 size_t len2 = out2.Length();
1443 out2.ReadString(&outstring2, len2);