Home
last modified time | relevance | path

Searched defs:NullTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode_test.go1798 type NullTest struct { struct
1799 Bool bool
1800 Int int
1801 Int8 int8
1802 Int16 int16
1803 Int32 int32
1804 Int64 int64
1805 Uint uint
1806 Uint8 uint8
1807 Uint16 uint16
[all …]
/aosp_15_r20/external/llvm/unittests/ADT/
H A DPointerSumTypeTest.cpp32 TEST_F(PointerSumTypeTest, NullTest) { in TEST_F() argument