Searched refs:no_ref_ (Results 1 – 1 of 1) sorted by relevance
320 const_no_ref_ptr_ = &no_ref_; in BindTest()334 StrictMock<NoRef> no_ref_; member in base::__anon8607446f0111::BindTest435 Bind(&PolymorphicIdentity<NoRef*>, &no_ref_); in TEST_F()437 EXPECT_EQ(&no_ref_, normal_non_refcounted_cb.Run()); in TEST_F()500 EXPECT_CALL(no_ref_, IntMethod0()).WillOnce(Return(12)); in TEST_F()501 EXPECT_CALL(no_ref_, IntConstMethod0()).WillOnce(Return(13)); in TEST_F()514 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F()664 EXPECT_CALL(no_ref_, VoidMethod0()); in TEST_F()665 EXPECT_CALL(no_ref_, VoidConstMethod0()).Times(2); in TEST_F()668 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_)); in TEST_F()[all …]