HomeSort by relevance Sort by last modified time
    Searched full:__old_size (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
unordered_map 172 size_type __old_size = _Base::bucket_count();
175 _M_profile_resize(__old_size);
183 size_type __old_size = _Base::bucket_count();
186 _M_profile_resize(__old_size);
193 size_type __old_size = _Base::bucket_count();
195 _M_profile_resize(__old_size);
201 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
210 size_type __old_size = _Base::bucket_count();
212 _M_profile_resize(__old_size);
    [all...]
unordered_set 171 size_type __old_size = _Base::bucket_count();
174 _M_profile_resize(__old_size);
182 size_type __old_size = _Base::bucket_count();
185 _M_profile_resize(__old_size);
192 size_type __old_size = _Base::bucket_count();
194 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
202 _M_profile_resize(__old_size);
209 size_type __old_size = _Base::bucket_count();
211 _M_profile_resize(__old_size);
    [all...]
vector 333 size_type __old_size = this->capacity();
335 _M_profile_resize(this, __old_size, this->capacity());
342 size_type __old_size = this->capacity();
344 _M_profile_resize(this, __old_size, this->capacity());
354 size_type __old_size = this->capacity();
356 _M_profile_resize(this, __old_size, this->capacity());
366 size_type __old_size = this->capacity();
368 _M_profile_resize(this, __old_size, this->capacity());
399 size_type __old_size = this->capacity();
401 _M_profile_resize(this, __old_size, this->capacity())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
unordered_map 172 size_type __old_size = _Base::bucket_count();
175 _M_profile_resize(__old_size);
183 size_type __old_size = _Base::bucket_count();
186 _M_profile_resize(__old_size);
193 size_type __old_size = _Base::bucket_count();
195 _M_profile_resize(__old_size);
201 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
210 size_type __old_size = _Base::bucket_count();
212 _M_profile_resize(__old_size);
    [all...]
unordered_set 171 size_type __old_size = _Base::bucket_count();
174 _M_profile_resize(__old_size);
182 size_type __old_size = _Base::bucket_count();
185 _M_profile_resize(__old_size);
192 size_type __old_size = _Base::bucket_count();
194 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
202 _M_profile_resize(__old_size);
209 size_type __old_size = _Base::bucket_count();
211 _M_profile_resize(__old_size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
unordered_map 172 size_type __old_size = _Base::bucket_count();
175 _M_profile_resize(__old_size);
183 size_type __old_size = _Base::bucket_count();
186 _M_profile_resize(__old_size);
193 size_type __old_size = _Base::bucket_count();
195 _M_profile_resize(__old_size);
201 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
210 size_type __old_size = _Base::bucket_count();
212 _M_profile_resize(__old_size);
    [all...]
unordered_set 171 size_type __old_size = _Base::bucket_count();
174 _M_profile_resize(__old_size);
182 size_type __old_size = _Base::bucket_count();
185 _M_profile_resize(__old_size);
192 size_type __old_size = _Base::bucket_count();
194 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
202 _M_profile_resize(__old_size);
209 size_type __old_size = _Base::bucket_count();
211 _M_profile_resize(__old_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
unordered_map 171 size_type __old_size = _Base::bucket_count();
173 _M_profile_resize(__old_size);
179 size_type __old_size = _Base::bucket_count();
181 _M_profile_resize(__old_size);
188 size_type __old_size = _Base::bucket_count();
190 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
213 size_type __old_size = _Base::bucket_count();
215 _M_profile_resize(__old_size);
    [all...]
unordered_set 169 size_type __old_size = _Base::bucket_count();
171 _M_profile_resize(__old_size, _Base::bucket_count());
177 size_type __old_size = _Base::bucket_count();
179 _M_profile_resize(__old_size, _Base::bucket_count());
186 size_type __old_size = _Base::bucket_count();
188 _M_profile_resize(__old_size, _Base::bucket_count());
195 size_type __old_size = _Base::bucket_count();
197 _M_profile_resize(__old_size, _Base::bucket_count());
204 size_type __old_size = _Base::bucket_count();
206 _M_profile_resize(__old_size, _Base::bucket_count());
    [all...]
vector 321 size_type __old_size = this->capacity();
323 _M_profile_resize(this, __old_size, this->capacity());
330 size_type __old_size = this->capacity();
332 _M_profile_resize(this, __old_size, this->capacity());
342 size_type __old_size = this->capacity();
344 _M_profile_resize(this, __old_size, this->capacity());
354 size_type __old_size = this->capacity();
356 _M_profile_resize(this, __old_size, this->capacity());
384 size_type __old_size = this->capacity();
386 _M_profile_resize(this, __old_size, this->capacity())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
unordered_map 171 size_type __old_size = _Base::bucket_count();
173 _M_profile_resize(__old_size);
179 size_type __old_size = _Base::bucket_count();
181 _M_profile_resize(__old_size);
188 size_type __old_size = _Base::bucket_count();
190 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
213 size_type __old_size = _Base::bucket_count();
215 _M_profile_resize(__old_size);
    [all...]
unordered_set 169 size_type __old_size = _Base::bucket_count();
171 _M_profile_resize(__old_size, _Base::bucket_count());
177 size_type __old_size = _Base::bucket_count();
179 _M_profile_resize(__old_size, _Base::bucket_count());
186 size_type __old_size = _Base::bucket_count();
188 _M_profile_resize(__old_size, _Base::bucket_count());
195 size_type __old_size = _Base::bucket_count();
197 _M_profile_resize(__old_size, _Base::bucket_count());
204 size_type __old_size = _Base::bucket_count();
206 _M_profile_resize(__old_size, _Base::bucket_count());
    [all...]
vector 321 size_type __old_size = this->capacity();
323 _M_profile_resize(this, __old_size, this->capacity());
330 size_type __old_size = this->capacity();
332 _M_profile_resize(this, __old_size, this->capacity());
342 size_type __old_size = this->capacity();
344 _M_profile_resize(this, __old_size, this->capacity());
354 size_type __old_size = this->capacity();
356 _M_profile_resize(this, __old_size, this->capacity());
384 size_type __old_size = this->capacity();
386 _M_profile_resize(this, __old_size, this->capacity())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
unordered_map 171 size_type __old_size = _Base::bucket_count();
173 _M_profile_resize(__old_size);
179 size_type __old_size = _Base::bucket_count();
181 _M_profile_resize(__old_size);
188 size_type __old_size = _Base::bucket_count();
190 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
213 size_type __old_size = _Base::bucket_count();
215 _M_profile_resize(__old_size);
    [all...]
unordered_set 169 size_type __old_size = _Base::bucket_count();
171 _M_profile_resize(__old_size, _Base::bucket_count());
177 size_type __old_size = _Base::bucket_count();
179 _M_profile_resize(__old_size, _Base::bucket_count());
186 size_type __old_size = _Base::bucket_count();
188 _M_profile_resize(__old_size, _Base::bucket_count());
195 size_type __old_size = _Base::bucket_count();
197 _M_profile_resize(__old_size, _Base::bucket_count());
204 size_type __old_size = _Base::bucket_count();
206 _M_profile_resize(__old_size, _Base::bucket_count());
    [all...]
vector 321 size_type __old_size = this->capacity();
323 _M_profile_resize(this, __old_size, this->capacity());
330 size_type __old_size = this->capacity();
332 _M_profile_resize(this, __old_size, this->capacity());
342 size_type __old_size = this->capacity();
344 _M_profile_resize(this, __old_size, this->capacity());
354 size_type __old_size = this->capacity();
356 _M_profile_resize(this, __old_size, this->capacity());
384 size_type __old_size = this->capacity();
386 _M_profile_resize(this, __old_size, this->capacity())
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
unordered_map 171 size_type __old_size = _Base::bucket_count();
173 _M_profile_resize(__old_size);
179 size_type __old_size = _Base::bucket_count();
181 _M_profile_resize(__old_size);
188 size_type __old_size = _Base::bucket_count();
190 _M_profile_resize(__old_size);
200 size_type __old_size = _Base::bucket_count();
203 _M_profile_resize(__old_size);
213 size_type __old_size = _Base::bucket_count();
215 _M_profile_resize(__old_size);
    [all...]
unordered_set 169 size_type __old_size = _Base::bucket_count();
171 _M_profile_resize(__old_size, _Base::bucket_count());
177 size_type __old_size = _Base::bucket_count();
179 _M_profile_resize(__old_size, _Base::bucket_count());
186 size_type __old_size = _Base::bucket_count();
188 _M_profile_resize(__old_size, _Base::bucket_count());
195 size_type __old_size = _Base::bucket_count();
197 _M_profile_resize(__old_size, _Base::bucket_count());
204 size_type __old_size = _Base::bucket_count();
206 _M_profile_resize(__old_size, _Base::bucket_count());
    [all...]
  /external/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum_methods.h 105 const size_type __old_size = this->size(); local
106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
108 if (__old_size + __s_size > this->capacity()) {
109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1;
129 const size_type __old_size = this->size(); local
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
132 if (__old_size + __s_size > this->capacity()) {
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1
    [all...]

Completed in 341 milliseconds

1 2 3 4