HomeSort by relevance Sort by last modified time
    Searched refs:_Node_allocator (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 325 _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 335 _Node_allocator;
354 _Node_allocator&
356 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
358 const _Node_allocator&
360 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
369 { return _M_impl._Node_allocator::allocate(1); }
373 { _M_impl._Node_allocator::deallocate(__p, 1); }
437 struct _Rb_tree_impl : public _Node_allocator
444 : _Node_allocator(), _M_key_compare(), _M_header(),
448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tree.h 335 _Node_allocator;
354 _Node_allocator&
356 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
358 const _Node_allocator&
360 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
369 { return _M_impl._Node_allocator::allocate(1); }
373 { _M_impl._Node_allocator::deallocate(__p, 1); }
437 struct _Rb_tree_impl : public _Node_allocator
444 : _Node_allocator(), _M_key_compare(), _M_header(),
448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 325 _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 325 _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 325 _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 325 _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a
    [all...]

Completed in 29 milliseconds