Searched defs:TestStruct (Results 1 – 2 of 2) sorted by relevance
25 struct TestStruct { struct26 int data[125] = {};27 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() function28 bool operator==(const TestStruct &other) const { in operator ==()
66 struct TestStruct { struct67 int a;68 float b;