HomeSort by relevance Sort by last modified time
    Searched full:_m_start (Results 76 - 100 of 257) sorted by null

1 2 34 5 6 7 8 91011

  /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/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 384 _Bit_iterator _M_start;
389 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
393 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
422 this->_M_impl._M_start = __x._M_impl._M_start;
425 __x._M_impl._M_start = _Bit_iterator();
445 if (_M_impl._M_start._M_p)
446 _M_impl.deallocate(_M_impl._M_start._M_p,
447 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
523 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
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.6/include/bits/
stl_bvector.h 384 _Bit_iterator _M_start;
389 : _Bit_alloc_type(), _M_start(), _M_finish(), _M_end_of_storage(0)
393 : _Bit_alloc_type(__a), _M_start(), _M_finish(), _M_end_of_storage(0)
422 this->_M_impl._M_start = __x._M_impl._M_start;
425 __x._M_impl._M_start = _Bit_iterator();
445 if (_M_impl._M_start._M_p)
446 _M_impl.deallocate(_M_impl._M_start._M_p,
447 _M_impl._M_end_of_storage - _M_impl._M_start._M_p);
523 std::fill(this->_M_impl._M_start._M_p, this->_M_impl._M_end_of_storage,
    [all...]
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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
regex_nfa.tcc 119 _M_start = __rhs._M_start;
155 _M_nfa[_M_end2]._M_alt = __rhs._M_start;
157 _M_nfa[_M_end2]._M_next = __rhs._M_start;
163 _M_nfa[_M_end1]._M_next = __rhs._M_start;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
  /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...]
  /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...]
  /external/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::copy(this->_M_Start(), __f, __n);
249 _Traits::copy(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::copy(this->_M_Start(), __f, __n);
249 _Traits::copy(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 172 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
202 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), this->_M_Finish(), __new_start);
224 _Traits::assign(this->_M_Start(), __n, __c);
229 _Traits::assign(this->_M_Start(), size(), __c);
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
268 __new_pos = _STLP_PRIV __ucopy(this->_M_Start(), __p, __new_start);
303 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
360 pointer __new_finish = _STLP_PRIV __ucopy(this->_M_Start(), __pos, __new_start);
432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish()
    [all...]

Completed in 2564 milliseconds

1 2 34 5 6 7 8 91011