Searched refs:Str2c (Results 1 – 2 of 2) sorted by relevance
604 StringRef Str2c = Str2.copy(Alloc); in TEST() local607 EXPECT_TRUE(Str2.equals(Str2c)); in TEST()608 EXPECT_NE(Str2.data(), Str2c.data()); in TEST()
952 StringRef Str2c = Str2.copy(Alloc); in TEST() local955 EXPECT_TRUE(Str2.equals(Str2c)); in TEST()956 EXPECT_NE(Str2.data(), Str2c.data()); in TEST()