HomeSort by relevance Sort by last modified time
    Searched defs:emplace (Results 26 - 50 of 77) sorted by null

12 3 4

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
AllocatorList.h 188 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
222 emplace(end(), std::forward<Ts>(Vs)...);
225 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_queue.h 222 emplace(_Args&&... __args) function in class:queue
512 emplace(_Args&&... __args) function in class:priority_queue
stl_map.h 540 emplace(_Args&&... __args) function in class:map
556 * and thus does not return a boolean like the single-argument emplace()
    [all...]
stl_multimap.h 454 emplace(_Args&&... __args) function in class:multimap
    [all...]
stl_multiset.h 409 emplace(_Args&&... __args) function in class:multiset
stl_set.h 413 emplace(_Args&&... __args) function in class:set
427 * and thus does not return a boolean like the single-argument emplace()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
set.h 191 emplace(_Args&&... __args) function in class:__profile::set
193 auto __res = _Base::emplace(std::forward<_Args>(__args)...);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_queue.h 222 emplace(_Args&&... __args) function in class:queue
512 emplace(_Args&&... __args) function in class:priority_queue
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
set.h 191 emplace(_Args&&... __args) function in class:__profile::set
193 auto __res = _Base::emplace(std::forward<_Args>(__args)...);
  /art/libartbase/base/
safe_map.h 95 std::pair<iterator, bool> result = map_.emplace(k, v);
100 std::pair<iterator, bool> result = map_.emplace(k, std::move(v));
158 std::pair<iterator, bool> emplace(Args&&... args) { function in class:art::SafeMap
159 return map_.emplace(std::forward<Args>(args)...);
  /external/libcxx/test/support/
nasty_containers.hpp 98 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) function in class:nasty_vector
99 { return v_.emplace(pos, std::forward<Args>(args)...); }
220 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) function in class:nasty_list
221 { return l_.emplace(pos, std::forward<Args>(args)...); }
  /external/tensorflow/tensorflow/core/lib/gtl/
optional.h 537 // Emplace reconstruction. (Re)constructs the underlying T in-place with the
541 // opt.emplace(arg1,arg2,arg3); (Constructs Foo(arg1,arg2,arg3))
550 void emplace(Args&&... args) { function in class:tensorflow::gtl::internal_optional::optional
555 // Emplace reconstruction with initializer-list. See immediately above.
559 void emplace(std::initializer_list<U> il, Args&&... args) { function in class:tensorflow::gtl::internal_optional::optional
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 173 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
207 emplace(end(), std::forward<Ts>(Vs)...);
210 emplace(begin(), std::forward<Ts>(Vs)...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
AllocatorList.h 173 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { function in class:llvm::AllocatorList
207 emplace(end(), std::forward<Ts>(Vs)...);
210 emplace(begin(), std::forward<Ts>(Vs)...);

Completed in 604 milliseconds

12 3 4