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

1 2

  /ndk/tests/device/test-stlport_shared-exception/jni/
alias2.cpp 23 : _M_start()
28 _Deque_iterator _M_start;
33 printf ("bb %x %x\n", this, *_M_start._M_node);
42 _M_start._M_node = &yy;
43 _M_start._M_cur = yy;
53 _Deque_iterator i = _M_start;
  /ndk/tests/device/test-stlport_static-exception/jni/
alias2.cpp 23 : _M_start()
28 _Deque_iterator _M_start;
33 printf ("bb %x %x\n", this, *_M_start._M_node);
42 _M_start._M_node = &yy;
43 _M_start._M_cur = yy;
53 _Deque_iterator i = _M_start;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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; }
stl_bvector.h 411 _Bit_iterator _M_start;
416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
425 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(),
456 this->_M_impl._M_start = __x._M_impl._M_start;
459 __x._M_impl._M_start = _Bit_iterator();
478 if (_M_impl._M_start._M_p)
479 _M_impl.deallocate(_M_impl._M_start._M_p,
480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p)
    [all...]
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...]
stl_deque.h 474 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
497 iterator _M_start;
502 _M_start(), _M_finish()
507 _M_start(), _M_finish()
513 _M_start(), _M_finish()
565 _M_destroy_nodes(this->_M_impl._M_start._M_node,
610 this->_M_impl._M_start._M_set_node(__nstart);
612 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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; }
stl_bvector.h 411 _Bit_iterator _M_start;
416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
425 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(),
456 this->_M_impl._M_start = __x._M_impl._M_start;
459 __x._M_impl._M_start = _Bit_iterator();
478 if (_M_impl._M_start._M_p)
479 _M_impl.deallocate(_M_impl._M_start._M_p,
480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p)
    [all...]
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...]
stl_deque.h 474 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
497 iterator _M_start;
502 _M_start(), _M_finish()
507 _M_start(), _M_finish()
513 _M_start(), _M_finish()
565 _M_destroy_nodes(this->_M_impl._M_start._M_node,
610 this->_M_impl._M_start._M_set_node(__nstart);
612 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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; }
stl_bvector.h 411 _Bit_iterator _M_start;
416 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
420 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
425 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(),
456 this->_M_impl._M_start = __x._M_impl._M_start;
459 __x._M_impl._M_start = _Bit_iterator();
478 if (_M_impl._M_start._M_p)
479 _M_impl.deallocate(_M_impl._M_start._M_p,
480 _M_impl._M_end_of_storage - _M_impl._M_start._M_p)
    [all...]
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...]
stl_deque.h 474 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
497 iterator _M_start;
502 _M_start(), _M_finish()
507 _M_start(), _M_finish()
513 _M_start(), _M_finish()
565 _M_destroy_nodes(this->_M_impl._M_start._M_node,
610 this->_M_impl._M_start._M_set_node(__nstart);
612 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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_automaton.h 137 _M_start() const
272 : _M_nfa(__nfa), _M_start(__s), _M_end(__s)
276 : _M_nfa(__nfa), _M_start(__s), _M_end(__end)
291 _M_nfa[_M_end]._M_next = __s._M_start;
301 _StateIdT _M_start;
stl_bvector.h 419 _Bit_iterator _M_start;
424 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
428 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
433 : _Bit_alloc_type(std::move(__a)), _M_start(), _M_finish(),
464 this->_M_impl._M_start = __x._M_impl._M_start;
467 __x._M_impl._M_start = _Bit_iterator();
487 return (this->_M_impl._M_start._M_p == 0
490 || (this->_M_impl._M_start._M_p <= this->_M_impl._M_finish._M_p
492 && (this->_M_impl._M_start._M_p < this->_M_impl._M_end_of_storag
    [all...]
stl_vector.h 96 pointer _M_start;
101 : _Tp_alloc_type(), _M_start(0), _M_finish(0), _M_end_of_storage(0)
105 : _Tp_alloc_type(__a), _M_start(0), _M_finish(0), _M_end_of_storage(0)
111 _M_start(0), _M_finish(0), _M_end_of_storage(0)
117 std::swap(_M_start, __x._M_start);
167 size_t __n = __x._M_impl._M_finish - __x._M_impl._M_start;
174 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
175 - this->_M_impl._M_start);
177 this->_M_impl._M_start = 0
    [all...]
stl_deque.h 479 std::swap(this->_M_impl._M_start, __x._M_impl._M_start);
502 iterator _M_start;
507 _M_start(), _M_finish()
512 _M_start(), _M_finish()
518 _M_start(), _M_finish()
570 _M_destroy_nodes(this->_M_impl._M_start._M_node,
615 this->_M_impl._M_start._M_set_node(__nstart);
617 this->_M_impl._M_start._M_cur = _M_impl._M_start._M_first
    [all...]
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 45 _Tp *_M_start;
  /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/current/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 559 milliseconds

1 2