HomeSort by relevance Sort by last modified time
    Searched defs:_p_size (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1560 size_t _p_size = size(); local
2329 size_t _p_size = __str.size(); local
2339 size_t _p_size = __str.size(); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1558 size_t _p_size = size(); local
2327 size_t _p_size = __str.size(); local
2337 size_t _p_size = __str.size(); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1558 size_t _p_size = size(); local
2327 size_t _p_size = __str.size(); local
2337 size_t _p_size = __str.size(); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1558 size_t _p_size = size(); local
2327 size_t _p_size = __str.size(); local
2337 size_t _p_size = __str.size(); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1560 size_t _p_size = size(); local
2329 size_t _p_size = __str.size(); local
2339 size_t _p_size = __str.size(); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.c 79 size_t _p_size = _M_size._M_data + 1; local
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a)
471 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_leaf, 0, true, _p_size, __a),
473 _STLP_ASSERT(_p_size > 0)
540 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t _p_size,
542 : _Rope_RopeRep<_CharT,_Alloc>(_RopeRep::_S_function, 0, true, _p_size, __a), _M_fn(__f)
544 { _STLP_ASSERT(_p_size > 0) }
1560 size_t _p_size = size(); local
2329 size_t _p_size = __str.size(); local
2339 size_t _p_size = __str.size(); local
    [all...]

Completed in 459 milliseconds