Lines Matching refs:reserve
52 CPPUNIT_TEST(reserve);
112 void reserve();
193 void StringTest::reserve()
198 s.reserve(s.max_size() + 1);
460 * so we reserve a big enough string to be sure to test this
463 str.reserve(100);
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1030 result.reserve(64);
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1050 result.reserve(64);
1213 //Use reserve to avoid reallocation and really test auto-referencing problems:
1214 result.reserve(64);
1233 //Use reserve to avoid reallocation and really test auto-referencing problems:
1234 result.reserve(64);