Home | History | Annotate | Download | only in base

Lines Matching defs:NoRef

24 class NoRef {
26 NoRef() {}
36 DISALLOW_COPY_AND_ASSIGN(NoRef);
39 class HasRef : public NoRef {
209 StrictMock<NoRef> no_ref_;
212 const NoRef* const_no_ref_ptr_;
213 StrictMock<NoRef> static_func_mock_;
216 static StrictMock<NoRef>* static_func_mock_ptr;
222 StrictMock<NoRef>* BindTest::static_func_mock_ptr;
440 EXPECT_FALSE(internal::SupportsAddRefAndRelease<NoRef>::value);
443 // StrictMock<NoRef> to test that SupportsAddRefAndRelease works over
446 EXPECT_FALSE(internal::SupportsAddRefAndRelease<StrictMock<NoRef> >::value);
462 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_));
466 Bind(&NoRef::VoidConstMethod0, Unretained(&no_ref_));
470 Bind(&NoRef::VoidConstMethod0, Unretained(const_no_ref_ptr_));
557 // Bind(&NoRef::VoidMethod0, &no_ref_);
560 // Bind(&NoRef::VoidConstMethod0, &no_ref_);