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

12

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 112 _STLP_UINT32_T _M_size;
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 691 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
700 { return _M_size; }
704 const size_t _M_size;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 112 _STLP_UINT32_T _M_size;
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 691 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
700 { return _M_size; }
704 const size_t _M_size;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 112 _STLP_UINT32_T _M_size;
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_before.h 691 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
700 { return _M_size; }
704 const size_t _M_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 694 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
703 { return _M_size; }
707 const size_t _M_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_before.h 694 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
703 { return _M_size; }
707 const size_t _M_size;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 112 _STLP_UINT32_T _M_size;
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_alloc.h 112 _STLP_UINT32_T _M_size;
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 694 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
703 { return _M_size; }
707 const size_t _M_size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_before.h 694 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
703 { return _M_size; }
707 const size_t _M_size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_before.h 693 : _M_array (__a._M_data+__s.start()), _M_size (__s.size()),
702 { return _M_size; }
706 const size_t _M_size;
  /external/stlport/stlport/stl/
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
489 _RopeRep::_S_free_string(_M_data, this->_M_size._M_data, this->get_allocator());
506 __l->_M_size._M_data + __r->_M_size._M_data, __a), _M_left(__l), _M_right(__r)
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data
    [all...]

Completed in 473 milliseconds

12