Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp122 bool Equals(Guid __guidArg);
123 bool Equals(__rcGUID_t __guidArg);
170 inline bool Guid::Equals(Guid __guidArg) in Equals() argument
172 return *this == __guidArg; in Equals()
175 inline bool Guid::Equals(__rcGUID_t __guidArg) in Equals() argument
177 return *this == static_cast< Guid>(__guidArg); in Equals()