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

  /external/libcxx/test/support/
nasty_containers.hpp 91 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_vector
209 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_list
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
nasty_containers.hpp 91 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_vector
209 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_list
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_list.h 997 emplace_back(_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/
stl_list.h 1025 emplace_back(_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/
stl_list.h 1025 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 929 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 929 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 929 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 929 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 997 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 1006 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h 997 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_list.h 1006 emplace_back(_Args&&... __args) function in class:list
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_list.h 1025 emplace_back(_Args&&... __args) function in class:list
    [all...]

Completed in 910 milliseconds