Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc799 const HasRef* const_has_ref_ptr = &has_ref; in TYPED_TEST() local
820 TypeParam::Bind(&HasRef::VoidConstMethod0, const_has_ref_ptr); in TYPED_TEST()
848 const HasRef* const_has_ref_ptr = &has_ref; in TYPED_TEST() local
866 TypeParam::Bind(&HasRef::IntConstMethod0, const_has_ref_ptr); in TYPED_TEST()