OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Method1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
proxy_unittest.cc
52
virtual std::string
Method1
(std::string s) = 0;
65
PROXY_METHOD1(std::string,
Method1
, std::string)
81
MOCK_METHOD1(
Method1
, std::string(std::string));
139
TEST_F(ProxyTest,
Method1
) {
141
EXPECT_CALL(*fake_,
Method1
(arg1))
145
Return("
Method1
")));
146
EXPECT_EQ("
Method1
", fake_proxy_->
Method1
(arg1));
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
[
all
...]
Completed in 785 milliseconds