|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| MOCK_METHOD0 (Destroy, void()) | |
| MOCK_METHOD0 (VoidMethod0, void()) | |
| MOCK_METHOD0 (Method0, std::string()) | |
| MOCK_CONST_METHOD0 (ConstMethod0, std::string()) | |
| MOCK_METHOD1 (Method1, std::string(std::string)) | |
| MOCK_CONST_METHOD1 (ConstMethod1, std::string(std::string)) | |
| MOCK_METHOD2 (Method2, std::string(std::string, std::string)) | |
Public Member Functions inherited from webrtc::FakeInterface | |
| virtual void | VoidMethod0 ()=0 |
| virtual std::string | Method0 ()=0 |
| virtual std::string | ConstMethod0 () const =0 |
| virtual std::string | Method1 (std::string s)=0 |
| virtual std::string | ConstMethod1 (std::string s) const =0 |
| virtual std::string | Method2 (std::string s1, std::string s2)=0 |
Public Member Functions inherited from rtc::RefCountInterface | |
| virtual int | AddRef () const =0 |
| virtual int | Release () const =0 |
| virtual int | AddRef () const =0 |
| virtual int | Release () const =0 |
Static Public Member Functions | |
| static rtc::scoped_refptr< Fake > | Create () |
Protected Member Functions | |
| Fake () | |
| ~Fake () | |
Protected Member Functions inherited from webrtc::FakeInterface | |
| virtual | ~FakeInterface () |
Protected Member Functions inherited from rtc::RefCountInterface | |
| virtual | ~RefCountInterface () |
| virtual | ~RefCountInterface () |
|
inlineprotected |
|
inlineprotected |
|
inlinestatic |
| webrtc::Fake::MOCK_CONST_METHOD0 | ( | ConstMethod0 | , |
| std::string() | |||
| ) |
| webrtc::Fake::MOCK_CONST_METHOD1 | ( | ConstMethod1 | , |
| std::string(std::string) | |||
| ) |
| webrtc::Fake::MOCK_METHOD0 | ( | Destroy | , |
| void() | |||
| ) |
| webrtc::Fake::MOCK_METHOD0 | ( | VoidMethod0 | , |
| void() | |||
| ) |
| webrtc::Fake::MOCK_METHOD0 | ( | Method0 | , |
| std::string() | |||
| ) |
| webrtc::Fake::MOCK_METHOD1 | ( | Method1 | , |
| std::string(std::string) | |||
| ) |
| webrtc::Fake::MOCK_METHOD2 | ( | Method2 | , |
| std::string(std::string, std::string) | |||
| ) |
1.8.13