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

  /external/webrtc/talk/app/webrtc/
proxy_unittest.cc 49 virtual void VoidMethod0() = 0;
62 PROXY_METHOD0(void, VoidMethod0)
77 MOCK_METHOD0(VoidMethod0, void());
112 TEST_F(ProxyTest, VoidMethod0) {
113 EXPECT_CALL(*fake_, VoidMethod0())
116 fake_proxy_->VoidMethod0();
  /external/libchrome/base/
bind_unittest.cc 32 MOCK_METHOD0(VoidMethod0, void());
155 void VoidMethod0() {}
241 static_func_mock_ptr->VoidMethod0();
340 EXPECT_CALL(static_func_mock_, VoidMethod0());
343 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
352 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
353 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
599 EXPECT_CALL(no_ref_, VoidMethod0());
603 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_));
622 EXPECT_CALL(no_ref_, VoidMethod0());
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 33 MOCK_METHOD0(VoidMethod0, void());
156 void VoidMethod0() {}
242 static_func_mock_ptr->VoidMethod0();
341 EXPECT_CALL(static_func_mock_, VoidMethod0());
344 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
353 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_);
354 Closure method_refptr_cb = Bind(&HasRef::VoidMethod0,
600 EXPECT_CALL(no_ref_, VoidMethod0());
604 Bind(&NoRef::VoidMethod0, Unretained(&no_ref_));
623 EXPECT_CALL(no_ref_, VoidMethod0());
    [all...]
  /external/libchrome/base/memory/
scoped_vector_unittest.cc 271 void VoidMethod0() {}
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 265 void VoidMethod0() {}

Completed in 69 milliseconds