Searched refs:Str1c (Results 1 – 2 of 2) sorted by relevance
603 StringRef Str1c = Str1.copy(Alloc); in TEST() local605 EXPECT_TRUE(Str1.equals(Str1c)); in TEST()606 EXPECT_NE(Str1.data(), Str1c.data()); in TEST()
951 StringRef Str1c = Str1.copy(Alloc); in TEST() local953 EXPECT_TRUE(Str1.equals(Str1c)); in TEST()954 EXPECT_NE(Str1.data(), Str1c.data()); in TEST()