HomeSort by relevance Sort by last modified time
    Searched defs:_M_capacity (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 48 * [__rc_string_base<char_type>] _M_capacity
98 // 2. _M_capacity >= _M_length
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
114 size_type _M_capacity;
274 _M_capacity() const
275 { return _M_rep()->_M_info._M_capacity; }
425 __p->_M_info._M_capacity = __capacity;
434 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
517 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 50 * [__rc_string_base<char_type>] _M_capacity
100 // 2. _M_capacity >= _M_length
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
116 size_type _M_capacity;
288 _M_capacity() const
289 { return _M_rep()->_M_info._M_capacity; }
439 __p->_M_info._M_capacity = __capacity;
448 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
531 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 50 * [__rc_string_base<char_type>] _M_capacity
100 // 2. _M_capacity >= _M_length
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
116 size_type _M_capacity;
288 _M_capacity() const
289 { return _M_rep()->_M_info._M_capacity; }
439 __p->_M_info._M_capacity = __capacity;
448 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
531 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rc_string_base.h 50 * [__rc_string_base<char_type>] _M_capacity
100 // 2. _M_capacity >= _M_length
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
116 size_type _M_capacity;
288 _M_capacity() const
289 { return _M_rep()->_M_info._M_capacity; }
439 __p->_M_info._M_capacity = __capacity;
448 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
531 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rc_string_base.h 50 * [__rc_string_base<char_type>] _M_capacity
100 // 2. _M_capacity >= _M_length
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
116 size_type _M_capacity;
288 _M_capacity() const
289 { return _M_rep()->_M_info._M_capacity; }
439 __p->_M_info._M_capacity = __capacity;
448 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
531 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rc_string_base.h 49 * [__rc_string_base<char_type>] _M_capacity
99 // 2. _M_capacity >= _M_length
100 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
115 size_type _M_capacity;
287 _M_capacity() const
288 { return _M_rep()->_M_info._M_capacity; }
438 __p->_M_info._M_capacity = __capacity;
447 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
459 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
530 if (__len == __r->_M_info._M_capacity)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 70 * [basic_string<char_type>] _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 73 * [basic_string<char_type>] _M_capacity
133 // 2. _M_capacity >= _M_length
134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
146 size_type _M_capacity;
769 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 73 * [basic_string<char_type>] _M_capacity
133 // 2. _M_capacity >= _M_length
134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
146 size_type _M_capacity;
769 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 70 * [basic_string<char_type>] _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 70 * [basic_string<char_type>] _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 70 * [basic_string<char_type>] _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 70 * [basic_string<char_type>] _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 73 * [basic_string<char_type>] _M_capacity
133 // 2. _M_capacity >= _M_length
134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
146 size_type _M_capacity;
769 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 75 * [basic_string<char_type>] _M_capacity
135 // 2. _M_capacity >= _M_length
136 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
148 size_type _M_capacity;
774 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 73 * [basic_string<char_type>] _M_capacity
133 // 2. _M_capacity >= _M_length
134 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
146 size_type _M_capacity;
769 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 75 * [basic_string<char_type>] _M_capacity
135 // 2. _M_capacity >= _M_length
136 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
148 size_type _M_capacity;
774 { return _M_rep()->_M_capacity; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 78 * [basic_string<char_type>] _M_capacity
138 // 2. _M_capacity >= _M_length
139 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
151 size_type _M_capacity;
777 { return _M_rep()->_M_capacity; }
    [all...]

Completed in 377 milliseconds

12