Searched defs:VoidMethod0 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/memory/
H A Dscoped_vector_unittest.cc257 void VoidMethod0() {} function in class:__anon3846::DeleteCounter
/external/chromium_org/base/
H A Dbind_unittest.cc27 MOCK_METHOD0(VoidMethod0, void(void));
149 void VoidMethod0() {} function in class:base::__anon3718::DeleteCounter
234 static_func_mock_ptr->VoidMethod0();
333 EXPECT_CALL(static_func_mock_, VoidMethod0());
336 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
345 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
346 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
589 EXPECT_CALL(no_ref_, VoidMethod0());
593 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_));
612 EXPECT_CALL(no_ref_, VoidMethod0());
[all...]

Completed in 68 milliseconds