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

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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 523 milliseconds

12