Searched refs:has_ref (Results 1 – 3 of 3) sorted by relevance
796 StrictMock<HasRef> has_ref; in TYPED_TEST() local799 const HasRef* const_has_ref_ptr = &has_ref; in TYPED_TEST()803 EXPECT_CALL(has_ref, AddRef()).Times(4); in TYPED_TEST()804 EXPECT_CALL(has_ref, Release()).Times(4); in TYPED_TEST()805 EXPECT_CALL(has_ref, VoidMethod0()).Times(2); in TYPED_TEST()806 EXPECT_CALL(has_ref, VoidConstMethod0()).Times(2); in TYPED_TEST()814 ClosureType method_cb = TypeParam::Bind(&HasRef::VoidMethod0, &has_ref); in TYPED_TEST()816 TypeParam::Bind(&HasRef::VoidMethod0, WrapRefCounted(&has_ref)); in TYPED_TEST()818 TypeParam::Bind(&HasRef::VoidConstMethod0, &has_ref); in TYPED_TEST()846 StrictMock<HasRef> has_ref; in TYPED_TEST() local[all …]
91 HasRef has_ref;92 const HasRef* const_has_ref_ptr_ = &has_ref;
185 const bool has_ref = IsRefType(e->src()->output_type(e->src_output())); in EnsureMemoryTypes() local194 if (!has_ref) { in EnsureMemoryTypes()