Searched refs:Reserve (Results 51 - 62 of 62) sorted by path

123

/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp521 arcItems.Reserve(numItems);
H A DUpdatePair.cpp76 arcNames.Reserve(numArcItems);
85 dirNames.Reserve(numDirItems);
/external/lzma/CPP/Common/
H A DMyVector.cpp33 Reserve(_capacity + (int)delta);
36 void CBaseRecordVector::Reserve(int newCapacity) function in class:CBaseRecordVector
62 Reserve(_size);
H A DMyVector.h27 void Reserve(int newCapacity);
49 Reserve(Size() + size);
194 Reserve(Size() + size);
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h284 void Reserve(FX_STRSIZE len);
725 void Reserve(FX_STRSIZE len);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp208 result.Reserve(src_len);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp347 void CFX_ByteString::Reserve(FX_STRSIZE len) function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp343 void CFX_WideString::Reserve(FX_STRSIZE len) function in class:CFX_WideString
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h442 clone->Reserve(size_);
451 void Reserve(int new_capacity) { function in class:testing::internal::Vector
471 Reserve(new_capacity);
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc42 void RepeatedPtrFieldBase::Reserve(int new_size) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
H A Drepeated_field.h94 // Reserve space to expand the field to at least the given size. If the
96 void Reserve(int new_size);
207 void Reserve(int new_size);
331 // Reserve space to expand the field to at least the given size. This only
334 void Reserve(int new_size);
476 if (current_size_ == total_size_) Reserve(total_size_ + 1);
482 if (current_size_ == total_size_) Reserve(total_size_ + 1);
499 Reserve(current_size_ + other.current_size_);
574 // Avoid inlining of Reserve(): new, memcpy, and delete[] lead to a significant
577 void RepeatedField<Element>::Reserve(in function in class:google::protobuf::RepeatedField
900 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
H A Drepeated_field_unittest.cc184 // Reserve more than double the previous space in the field and expect the
187 field.Reserve(20);
193 // Reserve less than double the previous space in the field and expect the
196 field.Reserve(20);
197 field.Reserve(30);
203 // Reserve less than the previous space in the field and expect the
206 field.Reserve(20);
208 field.Reserve(10);
396 field.Reserve(20);
403 field.Reserve(2
[all...]

Completed in 838 milliseconds

123