HomeSort by relevance Sort by last modified time
    Searched defs:_M_first (Results 1 - 25 of 32) sorted by null

1 2

  /external/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
_deque.h 102 value_type* _M_first;
107 : _M_cur(__x), _M_first(*__y),
110 _Deque_iterator_base() : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) {}
115 : _M_cur(__other._M_cur), _M_first(__other._M_first),
121 (_M_cur - _M_first) + (__x._M_last - __x._M_cur);
127 _M_cur = _M_first;
132 if (_M_cur == _M_first) {
141 difference_type __offset = __n + (_M_cur - _M_first);
149 _M_cur = _M_first
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
_deque.h 102 value_type* _M_first;
107 : _M_cur(__x), _M_first(*__y),
110 _Deque_iterator_base() : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) {}
115 : _M_cur(__other._M_cur), _M_first(__other._M_first),
121 (_M_cur - _M_first) + (__x._M_last - __x._M_cur);
127 _M_cur = _M_first;
132 if (_M_cur == _M_first) {
141 difference_type __offset = __n + (_M_cur - _M_first);
149 _M_cur = _M_first
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 65 _Tp* _M_first;
68 _Valarray_base() : _M_first(0), _M_size(0) {}
69 _Valarray_base(size_t __n) : _M_first(0), _M_size(0) { _M_allocate(__n); }
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
78 _M_first = 0;
84 __stl_delete(_M_first);
85 _M_first = 0;
101 { uninitialized_fill_n(this->_M_first, this->_M_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
105 { uninitialized_copy(__p, __p + __n, this->_M_first); }
    [all...]
_string.c 61 const _CharT* _M_first;
65 : _M_first(__f), _M_last(__l) {}
68 return find_if(_M_first, _M_last,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 204 _Block_record** _M_first;
294 _Block_record** _M_first;
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 206 _Block_record** _M_first;
296 _Block_record** _M_first;
703 if (__bin._M_first[__thread_id])
707 _Block_record* __block = __bin._M_first[__thread_id];
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 206 _Block_record** _M_first;
296 _Block_record** _M_first;
703 if (__bin._M_first[__thread_id])
707 _Block_record* __block = __bin._M_first[__thread_id];
708 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 204 _Block_record** _M_first;
294 _Block_record** _M_first;
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 204 _Block_record** _M_first;
294 _Block_record** _M_first;
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 204 _Block_record** _M_first;
294 _Block_record** _M_first;
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
mt_allocator.h 204 _Block_record** _M_first;
294 _Block_record** _M_first;
701 if (__bin._M_first[__thread_id])
705 _Block_record* __block = __bin._M_first[__thread_id];
706 __bin._M_first[__thread_id] = __block->_M_next;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 112 _Tp* _M_first;
117 : _M_cur(__x), _M_first(*__y),
121 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
124 : _M_cur(__x._M_cur), _M_first(__x._M_first),
142 _M_cur = _M_first;
158 if (_M_cur == _M_first)
178 const difference_type __offset = __n + (_M_cur - _M_first);
188 _M_cur = _M_first + (__offset - __node_offset
219 * immediately afterwards, based on _M_first and _M_last
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 123 _Tp* _M_first;
128 : _M_cur(__x), _M_first(*__y),
132 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
135 : _M_cur(__x._M_cur), _M_first(__x._M_first),
153 _M_cur = _M_first;
169 if (_M_cur == _M_first)
189 const difference_type __offset = __n + (_M_cur - _M_first);
199 _M_cur = _M_first + (__offset - __node_offset
230 * immediately afterwards, based on _M_first and _M_last
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_deque.h 123 _Tp* _M_first;
128 : _M_cur(__x), _M_first(*__y),
132 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
135 : _M_cur(__x._M_cur), _M_first(__x._M_first),
153 _M_cur = _M_first;
169 if (_M_cur == _M_first)
189 const difference_type __offset = __n + (_M_cur - _M_first);
199 _M_cur = _M_first + (__offset - __node_offset
230 * immediately afterwards, based on _M_first and _M_last
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 112 _Tp* _M_first;
117 : _M_cur(__x), _M_first(*__y),
121 : _M_cur(0), _M_first(0), _M_last(0), _M_node(0) { }
124 : _M_cur(__x._M_cur), _M_first(__x._M_first),
142 _M_cur = _M_first;
158 if (_M_cur == _M_first)
178 const difference_type __offset = __n + (_M_cur - _M_first);
188 _M_cur = _M_first + (__offset - __node_offset
219 * immediately afterwards, based on _M_first and _M_last
    [all...]

Completed in 462 milliseconds

1 2