/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 323 _List_impl _M_impl; 327 { return _M_impl._Node_alloc_type::allocate(1); } 331 { _M_impl._Node_alloc_type::deallocate(__p, 1); } 338 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); } 342 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); } 353 : _M_impl() 357 : _M_impl(__a) 362 : _M_impl(__x._M_get_Node_allocator()) 365 __detail::_List_node_base::swap(this->_M_impl._M_node, 366 __x._M_impl._M_node); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_deque.h | 453 : _M_impl() 457 : _M_impl() 461 : _M_impl(__a) 465 : _M_impl(__a) 470 : _M_impl(std::move(__x._M_get_Tp_allocator())) 473 if (__x._M_impl._M_map) 475 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 476 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish) [all...] |
stl_list.h | 331 _List_impl _M_impl; 335 { return _M_impl._Node_alloc_type::allocate(1); } 339 { _M_impl._Node_alloc_type::deallocate(__p, 1); } 346 { return *static_cast<_Node_alloc_type*>(&_M_impl); } 350 { return *static_cast<const _Node_alloc_type*>(&_M_impl); } 361 : _M_impl() 365 : _M_impl(__a) 370 : _M_impl(std::move(__x._M_get_Node_allocator())) 373 __detail::_List_node_base::swap(_M_impl._M_node, __x._M_impl._M_node) [all...] |
stl_tree.h | 356 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 471 _Rb_tree_impl<_Compare> _M_impl; 476 { return this->_M_impl._M_header._M_parent; } 480 { return this->_M_impl._M_header._M_parent; } 484 { return this->_M_impl._M_header._M_left; } 488 { return this->_M_impl._M_header._M_left; } 492 { return this->_M_impl._M_header._M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | 295 _Fwd_list_impl _M_impl; 304 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); } 308 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); } 311 : _M_impl() { } 314 : _M_impl(__a) { } 319 : _M_impl(__a) 321 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next; 322 __lst._M_impl._M_head._M_next = 0; 326 : _M_impl(__lst._M_get_Node_allocator() [all...] |
stl_list.h | 323 _List_impl _M_impl; 327 { return _M_impl._Node_alloc_type::allocate(1); } 331 { _M_impl._Node_alloc_type::deallocate(__p, 1); } 338 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); } 342 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); } 353 : _M_impl() 357 : _M_impl(__a) 362 : _M_impl(__x._M_get_Node_allocator()) 365 __detail::_List_node_base::swap(this->_M_impl._M_node, 366 __x._M_impl._M_node); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_deque.h | 453 : _M_impl() 457 : _M_impl() 461 : _M_impl(__a) 465 : _M_impl(__a) 470 : _M_impl(std::move(__x._M_get_Tp_allocator())) 473 if (__x._M_impl._M_map) 475 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 476 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish) [all...] |
stl_list.h | 331 _List_impl _M_impl; 335 { return _M_impl._Node_alloc_type::allocate(1); } 339 { _M_impl._Node_alloc_type::deallocate(__p, 1); } 346 { return *static_cast<_Node_alloc_type*>(&_M_impl); } 350 { return *static_cast<const _Node_alloc_type*>(&_M_impl); } 361 : _M_impl() 365 : _M_impl(__a) 370 : _M_impl(std::move(__x._M_get_Node_allocator())) 373 __detail::_List_node_base::swap(_M_impl._M_node, __x._M_impl._M_node) [all...] |
stl_tree.h | 356 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 471 _Rb_tree_impl<_Compare> _M_impl; 476 { return this->_M_impl._M_header._M_parent; } 480 { return this->_M_impl._M_header._M_parent; } 484 { return this->_M_impl._M_header._M_left; } 488 { return this->_M_impl._M_header._M_left; } 492 { return this->_M_impl._M_header._M_right; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 305 _Fwd_list_impl _M_impl; 314 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); } 318 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); } 321 : _M_impl() { } 324 : _M_impl(__a) { } 329 : _M_impl(std::move(__lst._M_get_Node_allocator())) 331 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next; 332 __lst._M_impl._M_head._M_next = 0; 336 { _M_erase_after(&_M_impl._M_head, 0); [all...] |
stl_deque.h | 452 : _M_impl() 456 : _M_impl() 460 : _M_impl(__a) 464 : _M_impl(__a) 469 : _M_impl(std::move(__x._M_get_Tp_allocator())) 472 if (__x._M_impl._M_map) 474 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 475 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish) [all...] |
stl_list.h | 330 _List_impl _M_impl; 334 { return _M_impl._Node_alloc_type::allocate(1); } 338 { _M_impl._Node_alloc_type::deallocate(__p, 1); } 345 { return *static_cast<_Node_alloc_type*>(&_M_impl); } 349 { return *static_cast<const _Node_alloc_type*>(&_M_impl); } 360 : _M_impl() 364 : _M_impl(__a) 369 : _M_impl(std::move(__x._M_get_Node_allocator())) 372 __detail::_List_node_base::swap(_M_impl._M_node, __x._M_impl._M_node) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_deque.h | 374 : _M_impl() 378 : _M_impl(__a) 382 : _M_impl(__a) 387 : _M_impl(__x._M_get_Tp_allocator()) 390 if (__x._M_impl._M_map) 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 393 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish); 394 std::swap(this->_M_impl._M_map, __x._M_impl._M_map) [all...] |
stl_tree.h | 346 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 490 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl; 492 _Rb_tree_impl<_Compare> _M_impl; 498 { return this->_M_impl._M_header._M_parent; } 502 { return this->_M_impl._M_header._M_parent; } 506 { return this->_M_impl._M_header._M_left; } 510 { return this->_M_impl._M_header._M_left; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_bvector.h | 402 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); } 406 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); } 413 : _M_impl() { } 416 : _M_impl(__a) { } 420 : _M_impl(__x._M_get_Bit_allocator()) 422 this->_M_impl._M_start = __x._M_impl._M_start; 423 this->_M_impl._M_finish = __x._M_impl._M_finish; 424 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage [all...] |
stl_deque.h | 451 : _M_impl() 455 : _M_impl() 459 : _M_impl(__a) 463 : _M_impl(__a) 468 : _M_impl(__x._M_get_Tp_allocator()) 471 if (__x._M_impl._M_map) 473 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 474 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish) [all...] |
stl_tree.h | 356 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 501 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl; 503 _Rb_tree_impl<_Compare> _M_impl; 509 { return this->_M_impl._M_header._M_parent; } 513 { return this->_M_impl._M_header._M_parent; } 517 { return this->_M_impl._M_header._M_left; } 521 { return this->_M_impl._M_header._M_left; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_bvector.h | 402 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); } 406 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); } 413 : _M_impl() { } 416 : _M_impl(__a) { } 420 : _M_impl(__x._M_get_Bit_allocator()) 422 this->_M_impl._M_start = __x._M_impl._M_start; 423 this->_M_impl._M_finish = __x._M_impl._M_finish; 424 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage [all...] |
stl_deque.h | 451 : _M_impl() 455 : _M_impl() 459 : _M_impl(__a) 463 : _M_impl(__a) 468 : _M_impl(__x._M_get_Tp_allocator()) 471 if (__x._M_impl._M_map) 473 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 474 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish) [all...] |
stl_tree.h | 356 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 501 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl; 503 _Rb_tree_impl<_Compare> _M_impl; 509 { return this->_M_impl._M_header._M_parent; } 513 { return this->_M_impl._M_header._M_parent; } 517 { return this->_M_impl._M_header._M_left; } 521 { return this->_M_impl._M_header._M_left; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 374 : _M_impl() 378 : _M_impl(__a) 382 : _M_impl(__a) 387 : _M_impl(__x._M_get_Tp_allocator()) 390 if (__x._M_impl._M_map) 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 393 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish); 394 std::swap(this->_M_impl._M_map, __x._M_impl._M_map) [all...] |
stl_tree.h | 346 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 490 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl; 492 _Rb_tree_impl<_Compare> _M_impl; 498 { return this->_M_impl._M_header._M_parent; } 502 { return this->_M_impl._M_header._M_parent; } 506 { return this->_M_impl._M_header._M_left; } 510 { return this->_M_impl._M_header._M_left; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 374 : _M_impl() 378 : _M_impl(__a) 382 : _M_impl(__a) 387 : _M_impl(__x._M_get_Tp_allocator()) 390 if (__x._M_impl._M_map) 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 393 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish); 394 std::swap(this->_M_impl._M_map, __x._M_impl._M_map) [all...] |
stl_tree.h | 346 { return *static_cast<_Node_allocator*>(&this->_M_impl); } 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); } 490 _Rb_tree_impl<_CheckedCompare<_Compare> > _M_impl; 492 _Rb_tree_impl<_Compare> _M_impl; 498 { return this->_M_impl._M_header._M_parent; } 502 { return this->_M_impl._M_header._M_parent; } 506 { return this->_M_impl._M_header._M_left; } 510 { return this->_M_impl._M_header._M_left; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 374 : _M_impl() 378 : _M_impl(__a) 382 : _M_impl(__a) 387 : _M_impl(__x._M_get_Tp_allocator()) 390 if (__x._M_impl._M_map) 392 std::swap(this->_M_impl._M_start, __x._M_impl._M_start); 393 std::swap(this->_M_impl._M_finish, __x._M_impl._M_finish); 394 std::swap(this->_M_impl._M_map, __x._M_impl._M_map) [all...] |