Searched refs:c_null (Results 1 – 2 of 2) sorted by relevance
126 const char* const c_null = nullptr; in TEST() local136 EXPECT_FALSE(c_null < empty); in TEST()141 EXPECT_FALSE(empty < c_null); in TEST()153 EXPECT_TRUE(c_null < a); in TEST()157 EXPECT_FALSE(a < c_null); in TEST()164 EXPECT_TRUE(c_null < abc); in TEST()168 EXPECT_FALSE(abc < c_null); in TEST()175 EXPECT_TRUE(c_null < def); in TEST()179 EXPECT_FALSE(def < c_null); in TEST()1317 const char* const c_null = nullptr; in TEST() local[all …]
125 const wchar_t* const c_null = nullptr; in TEST() local136 EXPECT_FALSE(c_null < empty); in TEST()141 EXPECT_FALSE(empty < c_null); in TEST()153 EXPECT_TRUE(c_null < a); in TEST()157 EXPECT_FALSE(a < c_null); in TEST()164 EXPECT_TRUE(c_null < abc); in TEST()168 EXPECT_FALSE(abc < c_null); in TEST()175 EXPECT_TRUE(c_null < def); in TEST()179 EXPECT_FALSE(def < c_null); in TEST()1265 const wchar_t* const c_null = nullptr; in TEST() local[all …]