Searched refs:first_addr (Results 1 – 2 of 2) sorted by relevance
615 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local622 ss_->SetNextPortForTesting(first_addr.port()); in TEST_F()629 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()634 EXPECT_NE(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()644 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local654 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()661 EXPECT_NE(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()672 rtc::SocketAddress first_addr(turn_port_->socket()->GetLocalAddress()); in TEST_F() local679 ss_->SetNextPortForTesting(first_addr.port()); in TEST_F()686 EXPECT_EQ(first_addr, turn_port_->socket()->GetLocalAddress()); in TEST_F()[all …]
847 Addr first_addr; in heuristic_reachedness() local862 first_addr = *((Addr*)ch->data); in heuristic_reachedness()863 if (VG_IS_WORD_ALIGNED(first_addr) in heuristic_reachedness()864 && first_addr >= (Addr)VKI_PAGE_SIZE in heuristic_reachedness()866 && aligned_ptr_above_page0_is_vtable_addr(first_addr)) { in heuristic_reachedness()