HomeSort by relevance Sort by last modified time
    Searched defs:emplace_front (Results 1 - 22 of 22) sorted by null

  /external/skia/src/core/
SkSinglyLinkedList.h 53 template <class... Args> T* emplace_front(Args&&... args) { function in class:SkSinglyLinkedList
  /external/skqp/src/core/
SkSinglyLinkedList.h 53 template <class... Args> T* emplace_front(Args&&... args) { function in class:SkSinglyLinkedList
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 224 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /external/libcxx/test/support/
nasty_containers.hpp 214 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } function in class:nasty_list
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 209 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 209 template <class... Ts> void emplace_front(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 214 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } function in class:nasty_list
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 781 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 984 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
forward_list.h 781 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 984 emplace_front(_Args&&... __args) function in class:list
    [all...]

Completed in 1326 milliseconds