HomeSort by relevance Sort by last modified time
    Searched refs:_M_impl (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h 400 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
404 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
411 : _M_impl() { }
414 : _M_impl(__a) { }
418 : _M_impl(__x._M_get_Bit_allocator())
420 this->_M_impl._M_start = __x._M_impl._M_start;
421 this->_M_impl._M_finish = __x._M_impl._M_finish;
422 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage
    [all...]
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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_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...]
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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 411 { return *static_cast<_Bit_alloc_type*>(&this->_M_impl); }
415 { return *static_cast<const _Bit_alloc_type*>(&this->_M_impl); }
422 : _M_impl() { }
425 : _M_impl(__a) { }
429 : _M_impl(std::move(__x._M_get_Bit_allocator()))
431 this->_M_impl._M_start = __x._M_impl._M_start;
432 this->_M_impl._M_finish = __x._M_impl._M_finish;
433 this->_M_impl._M_end_of_storage = __x._M_impl._M_end_of_storage
    [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...]
forward_list.h 292 _Fwd_list_impl _M_impl;
301 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
305 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
308 : _M_impl() { }
311 : _M_impl(__a) { }
316 : _M_impl(__a)
318 this->_M_impl._M_head._M_next = __lst._M_impl._M_head._M_next;
319 __lst._M_impl._M_head._M_next = 0;
323 : _M_impl(std::move(__lst._M_get_Node_allocator())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [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...]
stl_list.h 312 _List_impl _M_impl;
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
331 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
342 : _M_impl()
346 : _M_impl(__a)
351 : _M_impl(__x._M_get_Node_allocator())
354 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [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...]
stl_list.h 312 _List_impl _M_impl;
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
331 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
342 : _M_impl()
346 : _M_impl(__a)
351 : _M_impl(__x._M_get_Node_allocator())
354 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [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/
forward_list.h 284 _Fwd_list_impl _M_impl;
295 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
299 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
302 : _M_impl()
303 { this->_M_impl._M_head._M_next = 0; }
306 : _M_impl(__a)
307 { this->_M_impl._M_head._M_next = 0; }
312 : _M_impl(__a)
313 { _Node_base::swap(this->_M_impl._M_head,
314 __lst._M_impl._M_head);
    [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...]
  /external/stlport/src/
messages.cpp 192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {}
195 : messages<char>(0), _M_impl(new _STLP_PRIV _Messages(false, msg)) {}
198 { delete _M_impl; }
202 { return _M_impl->do_open(filename, l); }
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
210 { _M_impl->do_close(cat); }
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {}
224 : messages<wchar_t>(0), _M_impl(new _STLP_PRIV _Messages(true, msg)) {}
227 { delete _M_impl; }
231 { return _M_impl->do_open(filename, L);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {}
195 : messages<char>(0), _M_impl(new _STLP_PRIV _Messages(false, msg)) {}
198 { delete _M_impl; }
202 { return _M_impl->do_open(filename, l); }
207 { return _M_impl->do_get(cat, set, p_id, dfault); }
210 { _M_impl->do_close(cat); }
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {}
224 : messages<wchar_t>(0), _M_impl(new _STLP_PRIV _Messages(true, msg)) {}
227 { delete _M_impl; }
231 { return _M_impl->do_open(filename, L);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
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...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
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...]
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...]

Completed in 270 milliseconds

1 23 4 5