Searched refs:_Do (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing; in _ScheduleContinuation() local 3048 _Do = _Schedule; in _ScheduleContinuation() 3054 _Do = _CancelWithException; in _ScheduleContinuation() 3058 _Do = _Cancel; in _ScheduleContinuation() 3071 switch (_Do) in _ScheduleContinuation() 3359 enum { _Nothing, _RunContinuations, _Cancel } _Do = _Nothing; 3412 _Do = _RunContinuations; 3422 _Do = _Cancel; 3434 switch (_Do)
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 3040 enum { _Nothing, _Schedule, _Cancel, _CancelWithException } _Do = _Nothing; 3048 _Do = _Schedule; 3054 _Do = _CancelWithException; 3058 _Do = _Cancel; 3071 switch (_Do) 3359 enum { _Nothing, _RunContinuations, _Cancel } _Do = _Nothing; 3412 _Do = _RunContinuations; 3422 _Do = _Cancel; 3434 switch (_Do)
|