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

  /external/webrtc/talk/app/webrtc/
proxy_unittest.cc 54 virtual std::string Method2(std::string s1, std::string s2) = 0;
67 PROXY_METHOD2(std::string, Method2, std::string, std::string)
84 MOCK_METHOD2(Method2, std::string(std::string, std::string));
159 TEST_F(ProxyTest, Method2) {
162 EXPECT_CALL(*fake_, Method2(arg1, arg2))
166 Return("Method2")));
167 EXPECT_EQ("Method2", fake_proxy_->Method2(arg1, arg2));
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 5852 milliseconds