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

1 2

  /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/ndk/9/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_list.h 312 // allocator_type and _Node_alloc_type. The conversion is
315 _Node_alloc_type;
320 : public _Node_alloc_type
325 : _Node_alloc_type(), _M_node()
328 _List_impl(const _Node_alloc_type& __a) _GLIBCXX_NOEXCEPT
329 : _Node_alloc_type(__a), _M_node()
333 _List_impl(_Node_alloc_type&& __a) _GLIBCXX_NOEXCEPT
334 : _Node_alloc_type(std::move(__a)), _M_node()
343 { return _M_impl._Node_alloc_type::allocate(1); }
347 { _M_impl._Node_alloc_type::deallocate(__p, 1);
    [all...]
forward_list.h 282 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
284 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
287 : public _Node_alloc_type
292 : _Node_alloc_type(), _M_head()
295 _Fwd_list_impl(const _Node_alloc_type& __a)
296 : _Node_alloc_type(__a), _M_head()
299 _Fwd_list_impl(_Node_alloc_type&& __a)
300 : _Node_alloc_type(std::move(__a)), _M_head()
311 _Node_alloc_type&
313 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_list.h 303 // allocator_type and _Node_alloc_type. The conversion is
306 _Node_alloc_type;
311 : public _Node_alloc_type
316 : _Node_alloc_type(), _M_node()
319 _List_impl(const _Node_alloc_type& __a)
320 : _Node_alloc_type(__a), _M_node()
324 _List_impl(_Node_alloc_type&& __a)
325 : _Node_alloc_type(std::move(__a)), _M_node()
334 { return _M_impl._Node_alloc_type::allocate(1); }
338 { _M_impl._Node_alloc_type::deallocate(__p, 1);
    [all...]
forward_list.h 283 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
288 : public _Node_alloc_type
293 : _Node_alloc_type(), _M_head()
296 _Fwd_list_impl(const _Node_alloc_type& __a)
297 : _Node_alloc_type(__a), _M_head()
300 _Fwd_list_impl(_Node_alloc_type&& __a)
301 : _Node_alloc_type(std::move(__a)), _M_head()
312 _Node_alloc_type&
314 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_list.h 303 // allocator_type and _Node_alloc_type. The conversion is
306 _Node_alloc_type;
311 : public _Node_alloc_type
316 : _Node_alloc_type(), _M_node()
319 _List_impl(const _Node_alloc_type& __a)
320 : _Node_alloc_type(__a), _M_node()
324 _List_impl(_Node_alloc_type&& __a)
325 : _Node_alloc_type(std::move(__a)), _M_node()
334 { return _M_impl._Node_alloc_type::allocate(1); }
338 { _M_impl._Node_alloc_type::deallocate(__p, 1);
    [all...]
forward_list.h 283 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
288 : public _Node_alloc_type
293 : _Node_alloc_type(), _M_head()
296 _Fwd_list_impl(const _Node_alloc_type& __a)
297 : _Node_alloc_type(__a), _M_head()
300 _Fwd_list_impl(_Node_alloc_type&& __a)
301 : _Node_alloc_type(std::move(__a)), _M_head()
312 _Node_alloc_type&
314 { return *static_cast<_Node_alloc_type*>(&this->_M_impl);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_list.h 303 // allocator_type and _Node_alloc_type. The conversion is
306 _Node_alloc_type;
311 : public _Node_alloc_type
316 : _Node_alloc_type(), _M_node()
319 _List_impl(const _Node_alloc_type& __a)
320 : _Node_alloc_type(__a), _M_node()
324 _List_impl(_Node_alloc_type&& __a)
325 : _Node_alloc_type(std::move(__a)), _M_node()
334 { return _M_impl._Node_alloc_type::allocate(1); }
338 { _M_impl._Node_alloc_type::deallocate(__p, 1);
    [all...]
forward_list.h 283 rebind<_Fwd_list_node<_Tp>>::other _Node_alloc_type;
285 typedef __gnu_cxx::__alloc_traits<_Node_alloc_type> _Node_alloc_traits;
288 : public _Node_alloc_type
293 : _Node_alloc_type(), _M_head()
296 _Fwd_list_impl(const _Node_alloc_type& __a)
297 : _Node_alloc_type(__a), _M_head()
300 _Fwd_list_impl(_Node_alloc_type&& __a)
301 : _Node_alloc_type(std::move(__a)), _M_head()
312 _Node_alloc_type&
314 { return *static_cast<_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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]
  /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...]
  /prebuilts/ndk/9/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...]

Completed in 1093 milliseconds

1 2