Home
last modified time | relevance | path

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

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