HelenOS sources

resize_with_copy_  277 uspace/lib/cpp/include/__bits/adt/vector.hpp                 resize_with_copy_(size_, capacity_);
resize_with_copy_  283 uspace/lib/cpp/include/__bits/adt/vector.hpp                 resize_with_copy_(sz, capacity_);
resize_with_copy_  305 uspace/lib/cpp/include/__bits/adt/vector.hpp                     resize_with_copy_(size_, new_capacity);
resize_with_copy_  310 uspace/lib/cpp/include/__bits/adt/vector.hpp                 resize_with_copy_(size_, size_);
resize_with_copy_  376 uspace/lib/cpp/include/__bits/adt/vector.hpp                     resize_with_copy_(size_, next_capacity_());
resize_with_copy_  387 uspace/lib/cpp/include/__bits/adt/vector.hpp                     resize_with_copy_(size_, next_capacity_());
resize_with_copy_  394 uspace/lib/cpp/include/__bits/adt/vector.hpp                     resize_with_copy_(size_, next_capacity_());
resize_with_copy_  732 uspace/lib/cpp/include/__bits/string/string.hpp                     resize_with_copy_(size_, new_capacity);
resize_with_copy_  740 uspace/lib/cpp/include/__bits/string/string.hpp                     resize_with_copy_(size_, capacity_);
resize_with_copy_ 1524 uspace/lib/cpp/include/__bits/string/string.hpp                     resize_with_copy_(size_, max(size_ + 1 + n, next_capacity_()));
HelenOS homepage, sources at GitHub