HomeSort by relevance Sort by last modified time
    Searched refs:emplace (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.swap/
swap.pass.cpp 241 opt1.emplace(1);
263 opt2.emplace(2);
283 opt1.emplace(1);
285 opt2.emplace(2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.specalg/
swap.pass.cpp 240 opt1.emplace(1);
262 opt2.emplace(2);
282 opt1.emplace(1);
284 opt2.emplace(2);
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 171 I = LexicalScopeMap.emplace(std::piecewise_construct, std::make_tuple(Scope),
199 I = InlinedLexicalScopeMap.emplace(std::piecewise_construct,
223 I = AbstractScopeMap.emplace(std::piecewise_construct,
  /external/libcxx/test/containers/sequences/deque/deque.modifiers/
emplace.pass.cpp 12 // template <class... Args> iterator emplace(const_iterator p, Args&&... args);
51 CI i = c1.emplace(c1.begin() + P, Emplaceable(1, 2.5));
  /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)...); }
219 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) function in class:nasty_list
220 { return l_.emplace(pos, std::forward<Args>(args)...); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
emplace.pass.cpp 12 // template <class... Args> iterator emplace(const_iterator p, Args&&... args);
51 CI i = c1.emplace(c1.begin() + P, Emplaceable(1, 2.5));
  /ndk/sources/cxx-stl/llvm-libc++/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)...); }
219 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) function in class:nasty_list
220 { return l_.emplace(pos, std::forward<Args>(args)...); }
  /external/libcxx/test/containers/associative/multiset/
Android.mk 83 test_name := containers/associative/multiset/emplace
84 test_src := emplace.pass.cpp
  /external/libcxx/test/containers/associative/set/
Android.mk 83 test_name := containers/associative/set/emplace
84 test_src := emplace.pass.cpp
  /external/libcxx/test/containers/sequences/list/list.modifiers/
Android.mk 71 test_name := containers/sequences/list/list.modifiers/emplace
72 test_src := emplace.pass.cpp
  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
Android.mk 59 test_name := containers/sequences/vector/vector.modifiers/emplace
60 test_src := emplace.pass.cpp
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
Android.mk 67 test_name := containers/unord/unord.map/unorder.map.modifiers/emplace
68 test_src := emplace.pass.cpp
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
Android.mk 67 test_name := containers/unord/unord.multimap/unord.multimap.modifiers/emplace
68 test_src := emplace.pass.cpp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_stack.h 195 emplace(_Args&&... __args) function in class:stack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_stack.h 196 emplace(_Args&&... __args) function in class:stack
unordered_set.h 300 emplace(_Args&&... __args) function in class:unordered_set
301 { return _M_h.emplace(std::forward<_Args>(__args)...); }
314 * and thus does not return a boolean like the single-argument emplace()
897 emplace(_Args&&... __args) function in class:unordered_multiset
898 { return _M_h.emplace(std::forward<_Args>(__args)...); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_stack.h 196 emplace(_Args&&... __args) function in class:stack
unordered_set.h 300 emplace(_Args&&... __args) function in class:unordered_set
301 { return _M_h.emplace(std::forward<_Args>(__args)...); }
314 * and thus does not return a boolean like the single-argument emplace()
897 emplace(_Args&&... __args) function in class:unordered_multiset
898 { return _M_h.emplace(std::forward<_Args>(__args)...); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 192 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 192 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 192 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_stack.h 192 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 195 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_stack.h 195 emplace(_Args&&... __args) function in class:stack
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_stack.h 195 emplace(_Args&&... __args) function in class:stack

Completed in 2224 milliseconds

1 23 4 5 6 7 8