Searched refs:NoRef (Results 1 – 3 of 3) sorted by relevance
23 class NoRef { class25 NoRef() {} in NoRef() function in base::__anon874ec17c0111::NoRef35 DISALLOW_COPY_AND_ASSIGN(NoRef);38 class HasRef : public NoRef {206 int FunctionWithWeakFirstParam(WeakPtr<NoRef> o, int n) { in FunctionWithWeakFirstParam()236 StrictMock<NoRef> no_ref_;239 const NoRef* const_no_ref_ptr_;240 StrictMock<NoRef> static_func_mock_;243 static StrictMock<NoRef>* static_func_mock_ptr;249 StrictMock<NoRef>* BindTest::static_func_mock_ptr;[all …]
17 class NoRef {24 class HasRef : public NoRef, public base::RefCounted<HasRef> {67 …T_METHOD_ON_CONST_OBJECT) // [r"invalid conversion from 'const base::NoRef\*' to 'base::NoRef\*'"]86 NoRef no_ref;88 Bind(&NoRef::VoidMethod0, &no_ref);98 NoRef no_ref;100 Bind(&NoRef::VoidConstMethod0, &no_ref);104 …ned(NCTEST_CONST_POINTER) // [r"invalid conversion from 'const base::NoRef\*' to 'base::NoRef\*'"]110 const NoRef* const_no_ref_ptr;111 Callback<NoRef*(void)> pointer_same_cb =[all …]
71 TEST_F(DelegatedFrameResourceCollectionTest, NoRef) { in TEST_F() argument