GetResults 1772 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(_Result_abi*) { throw std::runtime_error("derived class must implement"); } GetResults 1822 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(_Result_abi* results) override { GetResults 1825 modules/highgui/src/ppltasks_winrt.h return _M_asyncInfo.Get()->GetResults(results); GetResults 1827 modules/highgui/src/ppltasks_winrt.h return _M_asyncInfo->GetResults(results); GetResults 1852 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(_Result_abi* results) override { GetResults 1855 modules/highgui/src/ppltasks_winrt.h return _M_asyncInfo.Get()->GetResults(results); GetResults 1857 modules/highgui/src/ppltasks_winrt.h return _M_asyncInfo->GetResults(results); GetResults 1880 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(details::_Unit_type* results) GetResults 1885 modules/highgui/src/ppltasks_winrt.h HRESULT hr = _M_asyncInfo.Get()->GetResults(); GetResults 1887 modules/highgui/src/ppltasks_winrt.h HRESULT hr = _M_asyncInfo->GetResults(); GetResults 1912 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(_Unit_type* results) override GetResults 1917 modules/highgui/src/ppltasks_winrt.h HRESULT hr = _M_asyncInfo.Get()->GetResults(); GetResults 1919 modules/highgui/src/ppltasks_winrt.h HRESULT hr = _M_asyncInfo->GetResults(); GetResults 3202 modules/highgui/src/ppltasks_winrt.h if (SUCCEEDED(hr = _AsyncOp->GetResults(&results))) GetResults 4092 modules/highgui/src/ppltasks_winrt.h auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param->GetResults(), std::true_type()); GetResults 4096 modules/highgui/src/ppltasks_winrt.h auto _IsValidTaskCtor(_Ty _Param, int, int, int, ...) -> typename decltype(_Param->GetResults(stdx::declval<decltype(_GetUnwrappedType(stdx::declval<_Ty>()))*>()), std::true_type()); GetResults 7302 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(typename _Attributes::_ReturnType_abi* results) GetResults 7740 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults() GetResults 7808 modules/highgui/src/ppltasks_winrt.h virtual STDMETHODIMP GetResults(_ReturnType* results) GetResults 1825 modules/videoio/src/ppltasks_winrt.hpp return _M_asyncInfo.Get()->GetResults(results); GetResults 1827 modules/videoio/src/ppltasks_winrt.hpp return _M_asyncInfo->GetResults(results); GetResults 1855 modules/videoio/src/ppltasks_winrt.hpp return _M_asyncInfo.Get()->GetResults(results); GetResults 1857 modules/videoio/src/ppltasks_winrt.hpp return _M_asyncInfo->GetResults(results); GetResults 1885 modules/videoio/src/ppltasks_winrt.hpp HRESULT hr = _M_asyncInfo.Get()->GetResults(); GetResults 1887 modules/videoio/src/ppltasks_winrt.hpp HRESULT hr = _M_asyncInfo->GetResults(); GetResults 1917 modules/videoio/src/ppltasks_winrt.hpp HRESULT hr = _M_asyncInfo.Get()->GetResults(); GetResults 1919 modules/videoio/src/ppltasks_winrt.hpp HRESULT hr = _M_asyncInfo->GetResults(); GetResults 3202 modules/videoio/src/ppltasks_winrt.hpp if (SUCCEEDED(hr = _AsyncOp->GetResults(&results))) GetResults 4092 modules/videoio/src/ppltasks_winrt.hpp auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param->GetResults(), std::true_type()); GetResults 4096 modules/videoio/src/ppltasks_winrt.hpp auto _IsValidTaskCtor(_Ty _Param, int, int, int, ...) -> typename decltype(_Param->GetResults(stdx::declval<decltype(_GetUnwrappedType(stdx::declval<_Ty>()))*>()), std::true_type()); GetResults 253 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp auto captureDevice = operation->GetResults();