Searched refs:str04 (Results 1 – 1 of 1) sorted by relevance
137 string str04(data + 15, data + 16); in testConstructorPointers() local138 EXPECT_TRUE(str04 == "g"); in testConstructorPointers()189 string str04(str01, -1, 0); // invalid index in testConstructorInvalidValues() local190 EXPECT_TRUE(str04.c_str() == empty.c_str()); in testConstructorInvalidValues()273 const string str04; in testReserve() local276 EXPECT_TRUE(str03.c_str() == str04.c_str()); in testReserve()280 EXPECT_TRUE(str03.c_str() == str04.c_str()); in testReserve()285 EXPECT_TRUE(str03.c_str() != str04.c_str()); in testReserve()290 EXPECT_TRUE(str03.c_str() == str04.c_str()); in testReserve()493 string str04("bell pants"); in testCompare() local[all …]