Searched refs:c_def (Results 1 – 2 of 2) sorted by relevance
66 const char* const c_def = "def"; in TEST() local76 EXPECT_FALSE(c_def < def); in TEST()81 EXPECT_FALSE(def < c_def); in TEST()113 EXPECT_FALSE(c_def < empty); in TEST()114 EXPECT_TRUE(empty < c_def); in TEST()132 EXPECT_FALSE(c_def < a); in TEST()133 EXPECT_TRUE(a < c_def); in TEST()141 EXPECT_FALSE(c_def < abc); in TEST()142 EXPECT_TRUE(abc < c_def); in TEST()1198 const char* const c_def = "def"; in TEST() local[all …]
65 const wchar_t* const c_def = L"\x1001qq"; in TEST() local75 EXPECT_FALSE(c_def < def); in TEST()80 EXPECT_FALSE(def < c_def); in TEST()112 EXPECT_FALSE(c_def < empty); in TEST()113 EXPECT_TRUE(empty < c_def); in TEST()131 EXPECT_FALSE(c_def < a); in TEST()132 EXPECT_TRUE(a < c_def); in TEST()140 EXPECT_FALSE(c_def < abc); in TEST()141 EXPECT_TRUE(abc < c_def); in TEST()985 const wchar_t* const c_def = L"\x1001qq"; in TEST() local[all …]