Home
last modified time | relevance | path

Searched refs:Equal (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/dev/
Ddev_Screenshot.h82 bool Equal(const Screenshot* source) const in Equal() function
91 bool Equal(const u32* hash) const in Equal() function
283 bool Equal(const Screenshot*) const { return false; }
285 bool Equal(const u32*) const { return false; }
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_AutoTester.cpp310 const bool result = shotDisplay->Equal(m_CurrentEvent->param.screenshot.hash); in SendScreenshot()