Home
last modified time | relevance | path

Searched refs:construct_at (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/ftl/
Dstatic_vector.h88 using details::ArrayTraits<T>::construct_at;
279 const iterator it = construct_at(end(), std::forward<Args>(args)...); in emplace_back()
325 construct_at(it, std::move(back())); in unstable_erase()
336 construct_at(begin() + I, std::forward<E>(element));
358 construct_at(begin() + I, std::move(std::get<ArgIndex + Indices>(tuple))...);
367 construct_at(begin() + I, std::move(std::get<ArgIndex + Indices>(tuple))...); in StaticVector()
/frameworks/native/include/ftl/details/
Darray_traits.h45 static constexpr pointer construct_at(const_iterator it, Args&&... args) { in construct_at() function
67 return *construct_at(it, std::move(value)); in replace_at()
88 construct_at(out++, *first++); in uninitialized_copy()