Searched refs:str07 (Results 1 - 1 of 1) sorted by relevance

/external/astl/tests/
H A Dtest_string.cpp201 string str07(begin, end);
202 EXPECT_TRUE(str07.c_str() == empty.c_str());
318 string str07; local
320 str07.reserve(10);
321 EXPECT_TRUE(str07.capacity() == 10);
323 str07.reserve(kMaxSizeT);
325 EXPECT_TRUE(str07.capacity() == 10);
935 string str07("oh my god (You think I'm in control)");
937 str07.erase(0, strlen("oh my god "));
938 EXPECT_TRUE(str07
[all...]

Completed in 178 milliseconds