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

/prebuilts/ndk/current/sources/android/support/tests/minitest/
H A Dminitest.cc111 Reserve(new_capacity);
117 void String::Reserve(size_t new_capacity) { function in class:minitest::internal::String
H A Dminitest.h187 void Reserve(size_t new_capacity);
/prebuilts/ndk/r11/sources/android/support/tests/minitest/
H A Dminitest.cc111 Reserve(new_capacity);
117 void String::Reserve(size_t new_capacity) { function in class:minitest::internal::String
H A Dminitest.h187 void Reserve(size_t new_capacity);
/prebuilts/ndk/r13/sources/android/support/tests/minitest/
H A Dminitest.cc111 Reserve(new_capacity);
117 void String::Reserve(size_t new_capacity) { function in class:minitest::internal::String
H A Dminitest.h187 void Reserve(size_t new_capacity);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(in function in class:google::protobuf::RepeatedField
1152 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(in function in class:google::protobuf::RepeatedField
1152 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(in function in class:google::protobuf::RepeatedField
1152 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Drepeated_field.h113 // Reserve space to expand the field to at least the given size. If the
115 void Reserve(int new_size);
273 void Reserve(int new_size);
432 // Reserve space to expand the field to at least the given size. This only
435 void Reserve(int new_size);
631 if (current_size_ == total_size_) Reserve(total_size_ + 1);
637 if (current_size_ == total_size_) Reserve(total_size_ + 1);
676 Reserve(current_size_ + other.current_size_);
746 // Avoid inlining of Reserve(): new, copy, and delete[] lead to a significant
749 void RepeatedField<Element>::Reserve(in function in class:google::protobuf::RepeatedField
1152 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dndr64types.h263 NDR64_UINT8 Reserve; member in struct:_NDR64_STRUCTURE_HEADER_FORMAT
271 NDR64_UINT8 Reserve; member in struct:_NDR64_CONF_STRUCTURE_HEADER_FORMAT
280 NDR64_UINT8 Reserve; member in struct:_NDR64_BOGUS_STRUCTURE_HEADER_FORMAT
H A Dd3d.h455 STDMETHOD(Reserve)(THIS) PURE;
470 #define IDirect3DMaterial_Reserve(p) (p)->lpVtbl->Reserve(p)
482 #define IDirect3DMaterial_Reserve(p) (p)->Reserve()
H A Dstrmif.h12745 virtual HRESULT WINAPI Reserve(DWORD dwFlags,PVOID pvReserved) = 0;
12753 HRESULT (WINAPI *Reserve)(IAMResourceControl *This,DWORD dwFlags,PVOID pvReserved); member in struct:IAMResourceControlVtbl
12763 #define IAMResourceControl_Reserve(This,dwFlags,pvReserved) (This)->lpVtbl->Reserve(This,dwFlags,pvReserved)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dndr64types.h263 NDR64_UINT8 Reserve; member in struct:_NDR64_STRUCTURE_HEADER_FORMAT
271 NDR64_UINT8 Reserve; member in struct:_NDR64_CONF_STRUCTURE_HEADER_FORMAT
280 NDR64_UINT8 Reserve; member in struct:_NDR64_BOGUS_STRUCTURE_HEADER_FORMAT
H A Dd3d.h455 STDMETHOD(Reserve)(THIS) PURE;
470 #define IDirect3DMaterial_Reserve(p) (p)->lpVtbl->Reserve(p)
482 #define IDirect3DMaterial_Reserve(p) (p)->Reserve()
H A Dstrmif.h12745 virtual HRESULT WINAPI Reserve(DWORD dwFlags,PVOID pvReserved) = 0;
12753 HRESULT (WINAPI *Reserve)(IAMResourceControl *This,DWORD dwFlags,PVOID pvReserved); member in struct:IAMResourceControlVtbl
12763 #define IAMResourceControl_Reserve(This,dwFlags,pvReserved) (This)->lpVtbl->Reserve(This,dwFlags,pvReserved)
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Drepeated_field.h139 // Reserve space to expand the field to at least the given size. If the
141 void Reserve(int new_size);
423 void Reserve(int new_size);
553 // Reserve() and MergeFrom() to reduce code size. |extend_amount| must be > 0.
760 // Reserve space to expand the field to at least the given size. This only
763 void Reserve(int new_size);
1013 Reserve(reserve);
1026 // See explanation in Reserve(): we need to invoke destructors here for the
1070 Reserve(new_size);
1100 if (current_size_ == total_size_) Reserve(total_size
1260 void RepeatedField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedField
2042 inline void RepeatedPtrField<Element>::Reserve(int new_size) { function in class:google::protobuf::RepeatedPtrField
[all...]
H A Dwire_format_lite_inl.h383 values->Reserve(old_entries + new_entries);

Completed in 1468 milliseconds