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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
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/6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
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/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
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++/include/bits/
gslice.h 107 size_t _M_start;
113 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
134 { return _M_index ? _M_index->_M_start : 0; }
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
gslice.h 109 size_t _M_start;
115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
136 { return _M_index ? _M_index->_M_start : 0; }
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
gslice.h 109 size_t _M_start;
115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {}
136 { return _M_index ? _M_index->_M_start : 0; }
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...]
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 45 _Tp *_M_start;
  /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/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/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 942 milliseconds

1 2 3