Searched refs:__element (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_raw_storage_iter.h49 raw_storage_iterator& operator=(const _Tp& __element) { argument
50 construct(&*_M_iter, __element);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_raw_storage_iter.h83 operator=(const _Tp& __element) argument
85 std::_Construct(std::__addressof(*_M_iter), __element);

Completed in 115 milliseconds