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

/external/skia/src/core/
H A DSkSinglyLinkedList.h53 template <class... Args> T* emplace_front(Args&&... args) { function in class:SkSinglyLinkedList
/external/skqp/src/core/
H A DSkSinglyLinkedList.h53 template <class... Args> T* emplace_front(Args&&... args) { function in class:SkSinglyLinkedList
/external/libcxx/test/support/
H A Dnasty_containers.hpp214 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } function in class:nasty_list

Completed in 207 milliseconds