Searched refs:const_has_ref_ptr_ (Results 1 – 2 of 2) sorted by relevance
221 const_has_ref_ptr_ = &has_ref_; in BindTest()238 const HasRef* const_has_ref_ptr_; member in base::__anon874ec17c0111::BindTest347 const_has_ref_ptr_); in TEST_F()383 Bind(&HasRef::IntConstMethod0, const_has_ref_ptr_); in TEST_F()
74 const HasRef* const_has_ref_ptr_ = &has_ref;76 Bind(&HasRef::VoidMethod0, const_has_ref_ptr_);