Searched refs:c_null (Results 1 – 2 of 2) sorted by relevance
62 const char* const c_null = nullptr; in TEST() local72 EXPECT_FALSE(c_null < empty); in TEST()77 EXPECT_FALSE(empty < c_null); in TEST()89 EXPECT_TRUE(c_null < a); in TEST()93 EXPECT_FALSE(a < c_null); in TEST()100 EXPECT_TRUE(c_null < abc); in TEST()104 EXPECT_FALSE(abc < c_null); in TEST()111 EXPECT_TRUE(c_null < def); in TEST()115 EXPECT_FALSE(def < c_null); in TEST()1194 const char* const c_null = nullptr; in TEST() local[all …]
61 const wchar_t* const c_null = nullptr; in TEST() local71 EXPECT_FALSE(c_null < empty); in TEST()76 EXPECT_FALSE(empty < c_null); in TEST()88 EXPECT_TRUE(c_null < a); in TEST()92 EXPECT_FALSE(a < c_null); in TEST()99 EXPECT_TRUE(c_null < abc); in TEST()103 EXPECT_FALSE(abc < c_null); in TEST()110 EXPECT_TRUE(c_null < def); in TEST()114 EXPECT_FALSE(def < c_null); in TEST()981 const wchar_t* const c_null = nullptr; in TEST() local[all …]