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

1 2

  /system/chre/util/include/chre/util/
dynamic_vector_impl.h 135 bool DynamicVector<ElementType>::emplace_back(Args&&... args) { function in class:chre::DynamicVector
205 success = emplace_back();
fixed_size_vector_impl.h 97 void FixedSizeVector<ElementType, kCapacity>::emplace_back(Args&&... args) { function in class:chre::FixedSizeVector
198 emplace_back();
  /external/perfetto/src/tracing/core/
patch_list.h 73 Patch* emplace_back(ChunkID chunk_id, uint16_t offset) { function in class:perfetto::PatchList
  /external/skia/src/core/
SkSinglyLinkedList.h 63 template <class... Args> T* emplace_back(Args&&... args) { function in class:SkSinglyLinkedList
  /external/skqp/src/core/
SkSinglyLinkedList.h 63 template <class... Args> T* emplace_back(Args&&... args) { function in class:SkSinglyLinkedList
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 221 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /external/libcxx/test/support/
nasty_containers.hpp 93 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_vector
212 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_list
  /external/skia/include/private/
SkTArray.h 202 template<class... Args> T& emplace_back(Args&&... args) { function
  /external/skia/src/gpu/
GrAllocator.h 261 template <typename... Args> T& emplace_back(Args&&... args) { function in class:GrTAllocator
  /external/skqp/include/private/
SkTArray.h 202 template<class... Args> T& emplace_back(Args&&... args) { function
  /external/skqp/src/gpu/
GrAllocator.h 261 template <typename... Args> T& emplace_back(Args&&... args) { function in class:GrTAllocator
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 206 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 206 template <class... Ts> void emplace_back(Ts &&... Vs) { function in class:llvm::AllocatorList
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 93 void emplace_back(Args&&... args) { v_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_vector
212 void emplace_back(Args&&... args) { l_.emplace_back(std::forward<Args>(args)...); } function in class:nasty_list

Completed in 716 milliseconds

1 2