Home
last modified time | relevance | path

Searched defs:emplace_front (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAllocatorList.h223 template <class... Ts> void emplace_front(Ts &&... Vs) { in emplace_front() function
/external/swiftshader/third_party/marl/include/marl/
Dcontainers.h483 typename list<T>::iterator list<T>::emplace_front(Args&&... args) { in emplace_front() function
/external/libchrome/base/containers/
Dcircular_deque.h838 reference emplace_front(Args&&... args) { in emplace_front() function
/external/libcxx/test/support/
Dnasty_containers.hpp214 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } in emplace_front() function in nasty_list