Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAllocatorList.h224 template <class... Ts> void emplace_front(Ts &&... Vs) { 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