Searched defs:Reserve (Results 1 - 18 of 18) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc45 void RepeatedPtrFieldBase::Reserve(int new_size) { function in class:google::protobuf::internal::RepeatedPtrFieldBase
H A Drepeated_field.h135 // Reserve space to expand the field to at least the given size. If the
137 void Reserve(int new_size);
301 void Reserve(int new_size);
461 // Reserve space to expand the field to at least the given size. This only
464 void Reserve(int new_size);
602 Reserve(reserve);
657 Reserve(new_size);
686 if (current_size_ == total_size_) Reserve(total_size_ + 1);
692 if (current_size_ == total_size_) Reserve(total_size_ + 1);
732 Reserve(current_size
807 void RepeatedField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedField
1229 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
/external/webrtc/webrtc/base/
H A Dscopedptrcollection.h39 void Reserve(size_t size) { function in class:rtc::ScopedPtrCollection
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_CommonByteArray.cpp67 Reserve(newSize);
72 void CBC_CommonByteArray::Reserve(int32_t capacity) { function in class:CBC_CommonByteArray
/external/gemmlowp/internal/
H A Dallocator.h29 // 1. Reserve blocks by calling Reserve(), which returns a Handle.
135 // one by calling Reserve() and, after committing,
148 Handle Reserve(std::size_t n) { function in class:gemmlowp::Allocator
197 // The number of blocks that have been reserved by Reserve().
199 // The number of bytes that have been reserved by Reserve().
/external/v8/src/interpreter/
H A Dconstant-array-builder.cc22 void ConstantArrayBuilder::ConstantArraySlice::Reserve() { function in class:v8::internal::interpreter::ConstantArrayBuilder::ConstantArraySlice
148 idx_slice_[i]->Reserve();
/external/v8/src/
H A Dsmall-pointer-list.h25 Reserve(capacity, zone);
28 void Reserve(int capacity, Zone* zone) { function in class:v8::internal::SmallPointerList
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc42 copy_to->Reserve(Size());
51 Reserve(Size() + insert_length);
67 Reserve(Size() + length);
90 Reserve(Size() + extra_length);
98 Reserve(Size() + length);
112 Reserve(Size() + length);
129 Reserve(position + length);
181 void AudioVector::Reserve(size_t n) { function in class:webrtc::AudioVector
/external/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.cc105 void TripletSparseMatrix::Reserve(int new_max_num_nonzeros) { function in class:ceres::internal::TripletSparseMatrix
193 Reserve(num_nonzeros_ + B.num_nonzeros_);
204 Reserve(num_nonzeros_ + B.num_nonzeros_);
/external/lldb/include/lldb/Core/
H A DUniqueCStringMap.h275 // Reserve memory for at least "n" entries in the map. This is
281 Reserve (size_t n) function in class:lldb_private::UniqueCStringMap
291 // my_map.Reserve (approximate_num_entries);
H A DRangeMap.h593 Reserve (typename Collection::size_type size) function in class:lldb_private::RangeVector
1181 Reserve (typename Collection::size_type size) function in class:lldb_private::RangeDataVector
/external/libchrome/base/
H A Dpickle.cc313 void Pickle::Reserve(size_t length) { function in class:base::Pickle
/external/lzma/CPP/Common/
H A DMyVector.h59 void Reserve(unsigned newCapacity) function in class:CRecordVector
184 Reserve(_size + size);
411 // void Reserve(unsigned newCapacity) { _v.Reserve(newCapacity); }
426 _v.Reserve(size);
435 _v.Reserve(Size() + size);
/external/lldb/source/Symbol/
H A DSymtab.cpp43 Symtab::Reserve(size_t count) function in class:Symtab
263 m_name_to_index.Reserve (num_symbols);
281 m_name_to_index.Reserve (actual_count);
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp242 // Reserve resources for a constant extender. Trigger an assertion if the
255 bool HexagonPacketizerList::tryAllocateResourcesForConstExt(bool Reserve) { argument
258 if (Reserve && Avail)
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp325 void CFX_ByteString::Reserve(FX_STRSIZE len) { function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp313 void CFX_WideString::Reserve(FX_STRSIZE len) { function in class:CFX_WideString
/external/v8/src/ast/
H A Dast.h250 void Reserve(int capacity, Zone* zone) { list_.Reserve(capacity, zone); } function in class:v8::internal::final

Completed in 504 milliseconds