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

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 272 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
275 : public _Node_alloc_type
280 : _Node_alloc_type(), _M_head()
283 _Fwd_list_impl(const _Node_alloc_type& __a)
284 : _Node_alloc_type(__a), _M_head()
287 _Fwd_list_impl(_Node_alloc_type&& __a)
288 : _Node_alloc_type(std::move(__a)), _M_head()
299 _Node_alloc_type&
301 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
303 const _Node_alloc_type
    [all...]
stl_list.h 304 // allocator_type and _Node_alloc_type. The conversion is
307 _Node_alloc_type;
312 : public _Node_alloc_type
317 : _Node_alloc_type(), _M_node()
320 _List_impl(const _Node_alloc_type& __a)
321 : _Node_alloc_type(__a), _M_node()
325 _List_impl(_Node_alloc_type&& __a)
326 : _Node_alloc_type(std::move(__a)), _M_node()
335 { return _M_impl._Node_alloc_type::allocate(1); }
339 { _M_impl._Node_alloc_type::deallocate(__p, 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 291 // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 291 // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 291 // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 291 // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
forward_list.h 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 279 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
282 : public _Node_alloc_type
287 : _Node_alloc_type(), _M_head()
290 _Fwd_list_impl(const _Node_alloc_type& __a)
291 : _Node_alloc_type(__a), _M_head()
302 _Node_alloc_type&
304 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
306 const _Node_alloc_type&
308 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
stl_list.h 322 // allocator_type and _Node_alloc_type. The conversion is
325 _Node_alloc_type;
330 : public _Node_alloc_type
335 : _Node_alloc_type(), _M_node()
338 _List_impl(const _Node_alloc_type& __a)
339 : _Node_alloc_type(__a), _M_node()
347 { return _M_impl._Node_alloc_type::allocate(1); }
351 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
356 _Node_alloc_type&
358 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 279 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
282 : public _Node_alloc_type
287 : _Node_alloc_type(), _M_head()
290 _Fwd_list_impl(const _Node_alloc_type& __a)
291 : _Node_alloc_type(__a), _M_head()
302 _Node_alloc_type&
304 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
306 const _Node_alloc_type&
308 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
stl_list.h 322 // allocator_type and _Node_alloc_type. The conversion is
325 _Node_alloc_type;
330 : public _Node_alloc_type
335 : _Node_alloc_type(), _M_node()
338 _List_impl(const _Node_alloc_type& __a)
339 : _Node_alloc_type(__a), _M_node()
347 { return _M_impl._Node_alloc_type::allocate(1); }
351 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
356 _Node_alloc_type&
358 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 268 rebind<_Fwd_list_node<_Tp, _Tp_alloc_type>>::other _Node_alloc_type;
271 : public _Node_alloc_type
276 : _Node_alloc_type(), _M_head()
279 _Fwd_list_impl(const _Node_alloc_type& __a)
280 : _Node_alloc_type(__a), _M_head()
293 _Node_alloc_type&
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
297 const _Node_alloc_type&
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
stl_list.h 291 // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 279 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
282 : public _Node_alloc_type
287 : _Node_alloc_type(), _M_head()
290 _Fwd_list_impl(const _Node_alloc_type& __a)
291 : _Node_alloc_type(__a), _M_head()
302 _Node_alloc_type&
304 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
306 const _Node_alloc_type&
308 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
    [all...]
stl_list.h 302 // allocator_type and _Node_alloc_type. The conversion is
305 _Node_alloc_type;
310 : public _Node_alloc_type
315 : _Node_alloc_type(), _M_node()
318 _List_impl(const _Node_alloc_type& __a)
319 : _Node_alloc_type(__a), _M_node()
327 { return _M_impl._Node_alloc_type::allocate(1); }
331 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
336 _Node_alloc_type&
338 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]

Completed in 185 milliseconds