Searched defs:emplace (Results 1 – 6 of 6) sorted by relevance
61 template <typename... ArgTypes> void emplace(ArgTypes &&...Args) { in emplace() function
205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
179 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon3d5a8a810111::DirectoryWatcherWindows::EventQueue
36 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace() function
569 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() function