Searched refs:str08 (Results 1 – 2 of 2) sorted by relevance
148 std::string str08 = str06; in test02() local149 VERIFY( str08 == str06 ); in test02()151 VERIFY( *str08.c_str() == 't' ); in test02()152 str08[0] = '@'; in test02()156 VERIFY( str06 != str08 ); in test02()
185 std::basic_string<A<B> > str08 = str07; in test01() local186 str07 = str08 + str07; in test01()188 VERIFY( str08.capacity() >= str08.size() ); in test01()