HomeSort by relevance Sort by last modified time
    Searched defs:_M_start (Results 26 - 50 of 98) sorted by null

12 3 4

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
113 this->_M_impl._M_start = this->_M_allocate(__n);
114 this->_M_impl._M_finish = this->_M_impl._M_start;
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 76 typename _Tp_alloc_type::pointer _M_start;
81 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
85 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
113 this->_M_impl._M_start = this->_M_allocate(__n);
114 this->_M_impl._M_finish = this->_M_impl._M_start;
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
122 this->_M_impl._M_start = __x._M_impl._M_start;
125 __x._M_impl._M_start = 0;
132 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storag
    [all...]
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 276 _M_start() const
343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e)
348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)),
361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start),
370 { return _M_start; }
    [all...]
stl_vector.h 78 typename _Tp_alloc_type::pointer _M_start;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
115 this->_M_impl._M_start = this->_M_allocate(__n);
116 this->_M_impl._M_finish = this->_M_impl._M_start;
117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
123 this->_M_impl._M_start = this->_M_allocate(__n);
124 this->_M_impl._M_finish = this->_M_impl._M_start;
125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
132 this->_M_impl._M_start = __x._M_impl._M_start
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 276 _M_start() const
343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e)
348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)),
361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start),
370 { return _M_start; }
    [all...]
stl_vector.h 83 pointer _M_start;
88 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
98 _M_start(0), _M_finish(0), _M_end_of_storage(0)
104 std::swap(_M_start, __x._M_start);
154 size_t __n = __x._M_impl._M_finish - __x._M_impl._M_start;
161 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
162 - this->_M_impl._M_start); }
182 this->_M_impl._M_start = this->_M_allocate(__n)
    [all...]
stl_deque.h 475 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
498 iterator _M_start;
503 _M_start(), _M_finish()
508 _M_start(), _M_finish()
514 _M_start(), _M_finish()
566 _M_destroy_nodes(this->_M_impl._M_start._M_node,
611 this->_M_impl._M_start._M_set_node(__nstart);
613 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 276 _M_start() const
343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e)
348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)),
361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start),
370 { return _M_start; }
    [all...]
stl_vector.h 78 typename _Tp_alloc_type::pointer _M_start;
83 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
87 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
115 this->_M_impl._M_start = this->_M_allocate(__n);
116 this->_M_impl._M_finish = this->_M_impl._M_start;
117 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
123 this->_M_impl._M_start = this->_M_allocate(__n);
124 this->_M_impl._M_finish = this->_M_impl._M_start;
125 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
132 this->_M_impl._M_start = __x._M_impl._M_start
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 276 _M_start() const
343 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e)
348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
355 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)),
361 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start),
370 { return _M_start; }
    [all...]
stl_vector.h 83 pointer _M_start;
88 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
92 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
98 _M_start(0), _M_finish(0), _M_end_of_storage(0)
104 std::swap(_M_start, __x._M_start);
154 size_t __n = __x._M_impl._M_finish - __x._M_impl._M_start;
161 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
162 - this->_M_impl._M_start); }
182 this->_M_impl._M_start = this->_M_allocate(__n)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 289 _M_start() const
357 : _M_nfa(__ss), _M_start(__s), _M_end1(__s), _M_end2(__e)
362 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
369 _M_start(_M_nfa._M_insert_alt(__id, __e._M_start)),
375 : _M_nfa(__rhs._M_nfa), _M_start(__rhs._M_start),
384 { return _M_start; }
    [all...]
stl_vector.h 82 pointer _M_start;
87 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
91 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
97 _M_start(0), _M_finish(0), _M_end_of_storage(0)
103 std::swap(_M_start, __x._M_start);
153 size_t __n = __x._M_impl._M_finish - __x._M_impl._M_start;
160 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
161 - this->_M_impl._M_start); }
181 this->_M_impl._M_start = this->_M_allocate(__n)
    [all...]
  /external/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 382 _Bit_iterator _M_start;
387 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
391 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
420 this->_M_impl._M_start = __x._M_impl._M_start;
423 __x._M_impl._M_start = _Bit_iterator();
443 if (_M_impl._M_start._M_p)
444 _M_impl.deallocate(_M_impl._M_start._M_p,
445 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
514 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.h 67 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {}
70 : _M_start(0), _M_finish(0), _M_end_of_storage(__a, 0) {
71 _M_start = _M_end_of_storage.allocate(__n, __n);
72 _M_finish = _M_start;
73 _M_end_of_storage._M_data = _M_start + __n;
79 : _M_start(src.get()._M_start), _M_finish(src.get()._M_finish),
82 src.get()._M_finish = src.get()._M_end_of_storage._M_data = src.get()._M_start = 0;
87 if (_M_start != _STLP_DEFAULT_CONSTRUCTED(pointer))
88 _M_end_of_storage.deallocate(_M_start, _M_end_of_storage._M_data - _M_start)
    [all...]

Completed in 706 milliseconds

12 3 4