Searched refs:TestCompareProperties (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils_unittest.cc69 void TestCompareProperties(Type value1, Type value2) { function in namespace:__anon17444
105 TestCompareProperties<INT16>(42, 43);
106 TestCompareProperties<INT32>(42, 43);
107 TestCompareProperties<INT64>(42, 43);
108 TestCompareProperties<UINT8>(42, 43);
109 TestCompareProperties<UINT16>(42, 43);
110 TestCompareProperties<UINT32>(42, 43);
111 TestCompareProperties<UINT64>(42, 43);
112 TestCompareProperties<const wchar_t*>(L"abc", L"bcd");

Completed in 85 milliseconds