HomeSort by relevance Sort by last modified time
    Searched defs:_M_impl (Results 76 - 77 of 77) sorted by null

1 2 34

  /prebuilts/ndk/android-ndk-r7/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...]

Completed in 600 milliseconds

1 2 34