Searched refs:com_ptr (Results 1 – 1 of 1) sorted by relevance
123 bool IsEqual(const Microsoft::WRL::ComPtr<T>& com_ptr, const T* ptr) { in IsEqual() argument124 return com_ptr.Get() == ptr; in IsEqual()136 bool operator()(const Microsoft::WRL::ComPtr<T>& com_ptr, in operator()138 return com_ptr.Get() < ptr; in operator()