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

12

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 48 * _M_length
97 // 1. String really contains _M_length + 1 characters: due to 21.3.4
99 // 2. _M_capacity >= _M_length
114 size_type _M_length;
140 _M_info._M_length = __n;
283 _M_length() const
284 { return _M_rep()->_M_info._M_length; }
357 { _M_erase(size_type(0), _M_length()); }
458 const size_type __requested_cap = _M_info._M_length + __res;
462 if (_M_info._M_length)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 77 * _M_length
136 // 1. String really contains _M_length + 1 characters: due to 21.3.4
138 // 2. _M_capacity >= _M_length
150 size_type _M_length;
214 this->_M_length = __n;
725 { return _M_rep()->_M_length; }
731 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 77 * _M_length
136 // 1. String really contains _M_length + 1 characters: due to 21.3.4
138 // 2. _M_capacity >= _M_length
150 size_type _M_length;
214 this->_M_length = __n;
716 { return _M_rep()->_M_length; }
722 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 77 * _M_length
136 // 1. String really contains _M_length + 1 characters: due to 21.3.4
138 // 2. _M_capacity >= _M_length
150 size_type _M_length;
214 this->_M_length = __n;
716 { return _M_rep()->_M_length; }
722 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 77 * _M_length
136 // 1. String really contains _M_length + 1 characters: due to 21.3.4
138 // 2. _M_capacity >= _M_length
150 size_type _M_length;
214 this->_M_length = __n;
716 { return _M_rep()->_M_length; }
722 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 69 * _M_length
128 // 1. String really contains _M_length + 1 characters: due to 21.3.4
130 // 2. _M_capacity >= _M_length
142 size_type _M_length;
202 this->_M_length = __n;
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 69 * _M_length
128 // 1. String really contains _M_length + 1 characters: due to 21.3.4
130 // 2. _M_capacity >= _M_length
142 size_type _M_length;
202 this->_M_length = __n;
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 69 * _M_length
128 // 1. String really contains _M_length + 1 characters: due to 21.3.4
130 // 2. _M_capacity >= _M_length
142 size_type _M_length;
202 this->_M_length = __n;
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 69 * _M_length
128 // 1. String really contains _M_length + 1 characters: due to 21.3.4
130 // 2. _M_capacity >= _M_length
142 size_type _M_length;
202 this->_M_length = __n;
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 72 * _M_length
131 // 1. String really contains _M_length + 1 characters: due to 21.3.4
133 // 2. _M_capacity >= _M_length
145 size_type _M_length;
209 this->_M_length = __n;
711 { return _M_rep()->_M_length; }
717 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 74 * _M_length
133 // 1. String really contains _M_length + 1 characters: due to 21.3.4
135 // 2. _M_capacity >= _M_length
147 size_type _M_length;
211 this->_M_length = __n;
713 { return _M_rep()->_M_length; }
719 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 72 * _M_length
131 // 1. String really contains _M_length + 1 characters: due to 21.3.4
133 // 2. _M_capacity >= _M_length
145 size_type _M_length;
209 this->_M_length = __n;
711 { return _M_rep()->_M_length; }
717 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 74 * _M_length
133 // 1. String really contains _M_length + 1 characters: due to 21.3.4
135 // 2. _M_capacity >= _M_length
147 size_type _M_length;
211 this->_M_length = __n;
713 { return _M_rep()->_M_length; }
719 { return _M_rep()->_M_length; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 77 * _M_length
136 // 1. String really contains _M_length + 1 characters: due to 21.3.4
138 // 2. _M_capacity >= _M_length
150 size_type _M_length;
214 this->_M_length = __n;
716 { return _M_rep()->_M_length; }
722 { return _M_rep()->_M_length; }
    [all...]

Completed in 1358 milliseconds

12