Searched refs:c_def (Results 1 – 2 of 2) sorted by relevance
130 const char* const c_def = "def"; in TEST() local140 EXPECT_FALSE(c_def < def); in TEST()145 EXPECT_FALSE(def < c_def); in TEST()177 EXPECT_FALSE(c_def < empty); in TEST()178 EXPECT_TRUE(empty < c_def); in TEST()196 EXPECT_FALSE(c_def < a); in TEST()197 EXPECT_TRUE(a < c_def); in TEST()205 EXPECT_FALSE(c_def < abc); in TEST()206 EXPECT_TRUE(abc < c_def); in TEST()1321 const char* const c_def = "def"; in TEST() local[all …]
130 const wchar_t* const c_def = L"\x1001qq"; in TEST() local140 EXPECT_FALSE(c_def < def); in TEST()145 EXPECT_FALSE(def < c_def); in TEST()177 EXPECT_FALSE(c_def < empty); in TEST()178 EXPECT_TRUE(empty < c_def); in TEST()196 EXPECT_FALSE(c_def < a); in TEST()197 EXPECT_TRUE(a < c_def); in TEST()205 EXPECT_FALSE(c_def < abc); in TEST()206 EXPECT_TRUE(abc < c_def); in TEST()1269 const wchar_t* const c_def = L"\x1001qq"; in TEST() local[all …]