HomeSort by relevance Sort by last modified time
    Searched defs:VoidMethod0 (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/memory/
scoped_vector_unittest.cc 271 void VoidMethod0() {}
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 265 void VoidMethod0() {}
  /external/libchrome/base/
bind_unittest.cc 36 MOCK_METHOD0(VoidMethod0, void());
248 void VoidMethod0() {}
334 static_func_mock_ptr->VoidMethod0();
357 g_func_mock_ptr->VoidMethod0();
590 EXPECT_CALL(no_ref_, VoidMethod0());
597 BindRepeating(&NoRef::VoidMethod0, weak_factory.GetWeakPtr());
628 BindOnce(&NoRef::VoidMethod0, weak_factory.GetWeakPtr());
717 BindRepeating(&DeleteCounter::VoidMethod0, Owned(counter));
739 BindOnce(&DeleteCounter::VoidMethod0, Owned(counter));
799 EXPECT_CALL(static_func_mock, VoidMethod0());
    [all...]

Completed in 102 milliseconds