Searched refs:str07 (Results 1 – 2 of 2) sorted by relevance
184 std::basic_string<A<B> > str07(30, inst_obj); in test01() local185 std::basic_string<A<B> > str08 = str07; in test01()186 str07 = str08 + str07; in test01()187 VERIFY( str07.capacity() >= str07.size() ); in test01()
146 std::string str07 = str06; // optional, so that begin below causes a mutate in test02() local155 VERIFY( str06 != str07 ); in test02()