HomeSort by relevance Sort by last modified time
    Searched defs:allocator_type (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 417 typedef _Alloc allocator_type; typedef in class:forward_list
637 allocator_type
    [all...]
stl_bvector.h 396 typedef _Alloc allocator_type; typedef in struct:_Bvector_base
406 allocator_type
408 { return allocator_type(_M_get_Bit_allocator()); }
413 _Bvector_base(const allocator_type& __a)
490 typedef _Alloc allocator_type; typedef in class:vector
492 allocator_type get_allocator() const
505 vector(const allocator_type& __a)
510 const allocator_type& __a = allocator_type())
530 const allocator_type& __a = allocator_type()
    [all...]
stl_list.h 281 // The stored instance is not actually of "allocator_type"'s
291 // allocator_type and _Node_alloc_type. The conversion is
323 typedef _Alloc allocator_type; typedef in class:_List_base
337 allocator_type
339 { return allocator_type(_M_get_Node_allocator()); }
345 _List_base(const allocator_type& __a)
439 typedef _Alloc allocator_type; typedef in class:list
507 list(const allocator_type& __a)
520 const allocator_type& __a = allocator_type())
    [all...]
basic_string.h 112 typedef _Alloc allocator_type; typedef in class:basic_string
    [all...]
stl_deque.h 364 typedef _Alloc allocator_type; typedef in class:_Deque_base
366 allocator_type
368 { return allocator_type(_M_get_Tp_allocator()); }
377 _Deque_base(const allocator_type& __a, size_t __num_elements)
381 _Deque_base(const allocator_type& __a)
660 typedef _Alloc allocator_type; typedef in class:deque
698 deque(const allocator_type& __a)
711 const allocator_type& __a = allocator_type())
751 const allocator_type& __a = allocator_type()
    [all...]
stl_tree.h 342 typedef _Alloc allocator_type; typedef in class:_Rb_tree
352 allocator_type
354 { return allocator_type(_M_get_Node_allocator()); }
622 const allocator_type& __a = allocator_type())
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 74 typedef _Alloc allocator_type; typedef in class:__versa_string
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 272 typedef _Alloc allocator_type; typedef in class:_Bvector_base
274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
275 allocator_type get_allocator() const
278 _Bvector_base(const allocator_type& __a)
381 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
384 typedef _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
507 explicit __BVECTOR(const allocator_type& __a = allocator_type())
    [all...]
_deque.h 345 typedef _Alloc allocator_type; typedef in class:_Deque_base
346 typedef _STLP_alloc_proxy<size_t, value_type, allocator_type> _Alloc_proxy;
348 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type _Map_alloc_type;
356 _Deque_base(const allocator_type& __a, size_t __num_elements)
361 _Deque_base(const allocator_type& __a)
417 typedef typename _Base::allocator_type allocator_type; typedef in class:deque
474 allocator_type get_allocator() const { return this->_M_map_size; }
478 explicit deque(const allocator_type& __a = allocator_type())
    [all...]
_rope.h 356 typedef _Alloc allocator_type; typedef in struct:_Rope_RopeRep
358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
379 allocator_type __a) :
412 allocator_type __a) {
468 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeLeaf
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a
502 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeConcatenation
534 typedef typename _Rope_RopeRep<_CharT,_Alloc>::allocator_type allocator_type; typedef in struct:_Rope_RopeFunction
599 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeSubstring
1124 typedef _Alloc allocator_type; typedef in class:rope
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 272 typedef _Alloc allocator_type; typedef in class:_Bvector_base
274 typedef typename _Alloc_traits<__chunk_type, _Alloc>::allocator_type __chunk_allocator_type;
275 allocator_type get_allocator() const
278 _Bvector_base(const allocator_type& __a)
381 typedef _STLP_TYPENAME _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
384 typedef _STLP_PRIV _Bvector_base<_Alloc >::allocator_type allocator_type; typedef in class:__BVECTOR_QUALIFIED
507 explicit __BVECTOR(const allocator_type& __a = allocator_type())
    [all...]
_deque.h 345 typedef _Alloc allocator_type; typedef in class:_Deque_base
346 typedef _STLP_alloc_proxy<size_t, value_type, allocator_type> _Alloc_proxy;
348 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type _Map_alloc_type;
356 _Deque_base(const allocator_type& __a, size_t __num_elements)
361 _Deque_base(const allocator_type& __a)
417 typedef typename _Base::allocator_type allocator_type; typedef in class:deque
474 allocator_type get_allocator() const { return this->_M_map_size; }
478 explicit deque(const allocator_type& __a = allocator_type())
    [all...]
_rope.h 356 typedef _Alloc allocator_type; typedef in struct:_Rope_RopeRep
358 allocator_type get_allocator() const { return allocator_type(_M_size); }
362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size;
365 _Rope_RopeRep() : _Refcount_Base(1), _M_size(allocator_type(), 0) {
379 allocator_type __a) :
412 allocator_type __a) {
468 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeLeaf
470 _Rope_RopeLeaf( _CharT* __d, size_t _p_size, allocator_type __a
502 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeConcatenation
534 typedef typename _Rope_RopeRep<_CharT,_Alloc>::allocator_type allocator_type; typedef in struct:_Rope_RopeFunction
599 typedef typename _RopeRep::allocator_type allocator_type; typedef in struct:_Rope_RopeSubstring
1124 typedef _Alloc allocator_type; typedef in class:rope
    [all...]

Completed in 261 milliseconds

1 2 34