HomeSort by: relevance | last modified time | path
    Searched defs:raw_storage_iterator (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__memory/
raw_storage_iterator.h 31 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 raw_storage_iterator class in inherits:iterator
36 raw_storage_iterator<_OutputIterator, _Tp>&> // purposefully not C++03
41 _LIBCPP_INLINE_VISIBILITY explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} function in class:raw_storage_iterator
42 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator*() {return *this;}
43 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(const _Tp& __element)
46 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(_Tp&& __element)
49 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator++() {++__x_; return *this;}
50 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator operator++(int)
51 {raw_storage_iterator __t(*this); ++__x_; return __t;}
raw_storage_iterator.h 31 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 raw_storage_iterator class in inherits:iterator
36 raw_storage_iterator<_OutputIterator, _Tp>&> // purposefully not C++03
41 _LIBCPP_INLINE_VISIBILITY explicit raw_storage_iterator(_OutputIterator __x) : __x_(__x) {} function in class:raw_storage_iterator
42 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator*() {return *this;}
43 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(const _Tp& __element)
46 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator=(_Tp&& __element)
49 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator& operator++() {++__x_; return *this;}
50 _LIBCPP_INLINE_VISIBILITY raw_storage_iterator operator++(int)
51 {raw_storage_iterator __t(*this); ++__x_; return __t;}
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_raw_storage_iter.h 72 class _GLIBCXX17_DEPRECATED raw_storage_iterator class in inherits:iterator
80 raw_storage_iterator(_OutputIterator __x) function in class:raw_storage_iterator
83 raw_storage_iterator&
86 raw_storage_iterator&
95 // 2127. Move-construction with raw_storage_iterator
96 raw_storage_iterator&
104 raw_storage_iterator&
111 raw_storage_iterator
114 raw_storage_iterator __tmp = *this;
120 // 2454. Add raw_storage_iterator::base() membe
    [all...]
stl_raw_storage_iter.h 72 class _GLIBCXX17_DEPRECATED raw_storage_iterator class in inherits:iterator
80 raw_storage_iterator(_OutputIterator __x) function in class:raw_storage_iterator
83 raw_storage_iterator&
86 raw_storage_iterator&
95 // 2127. Move-construction with raw_storage_iterator
96 raw_storage_iterator&
104 raw_storage_iterator&
111 raw_storage_iterator
114 raw_storage_iterator __tmp = *this;
120 // 2454. Add raw_storage_iterator::base() membe
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_raw_storage_iter.h 72 class _GLIBCXX17_DEPRECATED raw_storage_iterator class in inherits:iterator
80 raw_storage_iterator(_OutputIterator __x) function in class:raw_storage_iterator
83 raw_storage_iterator&
86 raw_storage_iterator&
95 // 2127. Move-construction with raw_storage_iterator
96 raw_storage_iterator&
104 raw_storage_iterator&
111 raw_storage_iterator
114 raw_storage_iterator __tmp = *this;
120 // 2454. Add raw_storage_iterator::base() membe
    [all...]
stl_raw_storage_iter.h 72 class _GLIBCXX17_DEPRECATED raw_storage_iterator class in inherits:iterator
80 raw_storage_iterator(_OutputIterator __x) function in class:raw_storage_iterator
83 raw_storage_iterator&
86 raw_storage_iterator&
95 // 2127. Move-construction with raw_storage_iterator
96 raw_storage_iterator&
104 raw_storage_iterator&
111 raw_storage_iterator
114 raw_storage_iterator __tmp = *this;
120 // 2454. Add raw_storage_iterator::base() membe
    [all...]

Completed in 55 milliseconds