Searched refs:TestStruct (Results 1 – 7 of 7) sorted by relevance
21 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) TestStruct struct33 TestStruct member; argument43 UUIDTest<TestStruct> uuidof_test; in main()46 UUIDTestTwo<__uuidof(TestStruct)> uuidof_test2; in main()48 test_uuidofType<TestStruct>(GUID{}); in main()50 test_uuidofExpr2<TestStruct>(GUID{}); in main()
92 struct TestStruct { struct93 TestStruct(int value) : value(value) {} in TestStruct() argument95 bool operator==(const TestStruct &other) const { in operator ==() argument103 bool operator()(const TestStruct &lhs, const TestStruct &rhs) const { in operator ()()112 EquivalenceClasses<TestStruct, TestStructComparator>>;
25 struct TestStruct { struct27 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() argument28 bool operator==(const TestStruct &other) const { in operator ==() argument36 using FlatMapTestTypes = ::testing::Types<u8, u64, TestStruct>;
66 struct TestStruct { struct73 ASSERT_TRUE((is_trivially_destructible<TestStruct>::value)); in TEST()79 ASSERT_TRUE((is_trivially_copyable<TestStruct>::value)); in TEST()
158 struct TestStruct { struct167 TestStruct() { in TestStruct() argument268 TestStruct<int> s;
5 struct TestStruct { struct
3 %struct.TestStruct = type { %union.Int128 }