test_string.cpp | 364 const char more_text[] = {'l','a','d','y',' ','g','a','g','a'}; local 367 str9.append(more_text, ARRAYSIZE(more_text)); 368 EXPECT_TRUE(str9 == string(more_text, ARRAYSIZE(more_text))); 463 const char more_text[] = {'l','a','d','y',' ','g','a','g','a'}; local 466 for (size_t i = 0; i < ARRAYSIZE(more_text); ++i) 468 str9 += more_text[i]; 475 string str10(more_text, ARRAYSIZE(more_text)); [all...] |