Searched refs:UnsupportedHandler (Results 1 – 5 of 5) sorted by relevance
13 MOCK_METHOD1(UnsupportedHandler, void(int type));
40 virtual void UnsupportedHandler(int type) {} in UnsupportedHandler() function
385 test->delegate_->UnsupportedHandler(type); in UnsupportedHandlerTrampoline()
568 void UnsupportedHandler(int type) override { type_ = type; } in UnsupportedHandler() function in UnSupRecordDelegate
311 EXPECT_CALL(mock, UnsupportedHandler(_)).Times(0); in TEST_F()