Home | History | Annotate | Download | only in base

Lines Matching defs:in

5  *  that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
63 TestClient* in = CreateTestClient(natsf, internal_addr);
74 in->SendTo(buf, len, out[0]->address());
79 in->SendTo(buf, len, out[i]->address());
93 delete in;
115 TestClient* in = CreateTestClient(natsf, internal_addr);
126 in->SendTo(buf, len, out[0]->address());
131 EXPECT_TRUE(CheckReceive(in, !filter_ip, buf, len));
134 EXPECT_TRUE(CheckReceive(in, !filter_port, buf, len));
137 EXPECT_TRUE(CheckReceive(in, !filter_ip && !filter_port, buf, len));
144 delete in;
380 rtc::scoped_ptr<rtc::TestClient> in(CreateTCPTestClient(client_.release()));
387 in->Send(buf, len);
392 EXPECT_TRUE(in->CheckNextPacket(buf, len, &trans_addr));