Home
last modified time | relevance | path

Searched refs:has_ref (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc796 StrictMock<HasRef> has_ref; in TYPED_TEST() local
799 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 …]
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc181 const bool has_ref = IsRefType(e->src()->output_type(e->src_output())); in EnsureMemoryTypes() local
190 if (!has_ref) { in EnsureMemoryTypes()