Searched refs:singleValue (Results 1 – 8 of 8) sorted by relevance
488 ComPtr<IPropertyValue> singleValue; in TEST() local500 0.5f, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST()503 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST()536 ComPtr<IPropertyValue> singleValue; in TEST_P() local547 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST_P()550 reinterpret_cast<IInspectable *>(singleValue.Get()))); in TEST_P()
413 ComPtr<IPropertyValue> singleValue;424 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf()));427 reinterpret_cast<IInspectable *>(singleValue.Get())));
721 ExpectEq<T>::ExpectEq(T singleValue) { in ExpectEq() argument722 mExpected.push_back(singleValue); in ExpectEq()
294 ExpectEq(T singleValue);
1561 ExpectEq<T, U>::ExpectEq(T singleValue, T tolerance) : mTolerance(tolerance) { in ExpectEq() argument1562 mExpected.push_back(singleValue); in ExpectEq()
725 ExpectEq(T singleValue, T tolerance = {});