OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fake_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/attestation/
mock_attestation_flow.h
51
FakeServerProxy
fake_
;
member in class:chromeos::attestation::MockServerProxy
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy_unittest.cc
102
fake_
= Fake::Create();
103
fake_proxy_ = FakeProxy::Create(signaling_thread_.get(),
fake_
.get());
109
talk_base::scoped_refptr<Fake>
fake_
;
member in class:webrtc::ProxyTest
113
EXPECT_CALL(*
fake_
, VoidMethod0())
120
EXPECT_CALL(*
fake_
, Method0())
130
EXPECT_CALL(*
fake_
, ConstMethod0())
141
EXPECT_CALL(*
fake_
, Method1(arg1))
151
EXPECT_CALL(*
fake_
, ConstMethod1(arg1))
162
EXPECT_CALL(*
fake_
, Method2(arg1, arg2))
Completed in 45 milliseconds