Searched defs:_M_impl (Results 76 - 79 of 79) sorted by relevance

1234

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_deque.h452 : _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
556 _Deque_impl _M_impl; member in class:_Deque_base
[all...]
H A Dstl_tree.h357 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
361 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
370 { return _M_impl._Node_allocator::allocate(1); }
374 { _M_impl._Node_allocator::deallocate(__p, 1); }
473 _Rb_tree_impl<_Compare> _M_impl; member in class:_Rb_tree
478 { return this->_M_impl._M_header._M_parent; }
482 { return this->_M_impl._M_header._M_parent; }
486 { return this->_M_impl._M_header._M_left; }
490 { return this->_M_impl._M_header._M_left; }
494 { return 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/
H A Dstl_deque.h452 : _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
556 _Deque_impl _M_impl; member in class:_Deque_base
[all...]
H A Dstl_tree.h357 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
361 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
370 { return _M_impl._Node_allocator::allocate(1); }
374 { _M_impl._Node_allocator::deallocate(__p, 1); }
473 _Rb_tree_impl<_Compare> _M_impl; member in class:_Rb_tree
478 { return this->_M_impl._M_header._M_parent; }
482 { return this->_M_impl._M_header._M_parent; }
486 { return this->_M_impl._M_header._M_left; }
490 { return this->_M_impl._M_header._M_left; }
494 { return this->_M_impl
[all...]

Completed in 482 milliseconds

1234