Searched defs:NullTest (Results 1 – 2 of 2) sorted by relevance
1798 type NullTest struct { struct1799 Bool bool1800 Int int1801 Int8 int81802 Int16 int161803 Int32 int321804 Int64 int641805 Uint uint1806 Uint8 uint81807 Uint16 uint16[all …]
32 TEST_F(PointerSumTypeTest, NullTest) { in TEST_F() argument