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

1 2

  /external/libcxx/test/support/
nasty_containers.hpp 211 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } function in class:nasty_list
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 211 void emplace_front(Args&&... args) { l_.emplace_front(std::forward<Args>(args)...); } function in class:nasty_list
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 783 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 965 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 783 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 965 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
forward_list.h 785 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 956 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 778 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 888 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 778 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 888 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 778 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 888 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 778 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 888 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 785 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 956 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 785 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]
stl_list.h 956 emplace_front(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 781 emplace_front(_Args&&... __args) function in class:forward_list
    [all...]

Completed in 1418 milliseconds

1 2