HomeSort by relevance Sort by last modified time
    Searched refs:emplace_hint (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libcxx/test/std/containers/unord/unord.multiset/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e);
39 r = c.emplace_hint(c.end(), Emplaceable(5, 6));
43 r = c.emplace_hint(r, 5, 6);
53 R r = c.emplace_hint(e);
57 r = c.emplace_hint(c.end(), Emplaceable(5, 6));
61 r = c.emplace_hint(r, 5, 6);
  /external/libcxx/test/std/containers/unord/unord.set/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e);
39 r = c.emplace_hint(e, Emplaceable(5, 6));
43 r = c.emplace_hint(r, 5, 6);
53 R r = c.emplace_hint(e);
57 r = c.emplace_hint(e, Emplaceable(5, 6));
61 r = c.emplace_hint(r, 5, 6);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e);
39 r = c.emplace_hint(c.end(), Emplaceable(5, 6));
43 r = c.emplace_hint(r, 5, 6);
53 R r = c.emplace_hint(e);
57 r = c.emplace_hint(c.end(), Emplaceable(5, 6));
61 r = c.emplace_hint(r, 5, 6);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e);
39 r = c.emplace_hint(e, Emplaceable(5, 6));
43 r = c.emplace_hint(r, 5, 6);
53 R r = c.emplace_hint(e);
57 r = c.emplace_hint(e, Emplaceable(5, 6));
61 r = c.emplace_hint(r, 5, 6);
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
41 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
46 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
64 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
69 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
35 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
41 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
46 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
64 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
69 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
  /external/libcxx/test/std/containers/associative/multiset/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cbegin());
50 R r = m.emplace_hint(m.cend());
54 r = m.emplace_hint(m.cend(), 2, 3.5);
58 r = m.emplace_hint(m.cbegin(), 2, 3.5);
67 R r = m.emplace_hint(m.cend(), M::value_type(2));
76 R r = m.emplace_hint(m.cend(), M::value_type(2));
  /external/libcxx/test/std/containers/associative/set/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cbegin());
50 R r = m.emplace_hint(m.cend());
54 r = m.emplace_hint(m.cend(), 2, 3.5);
58 r = m.emplace_hint(m.cbegin(), 2, 3.5);
67 R r = m.emplace_hint(m.cend(), M::value_type(2));
76 R r = m.emplace_hint(m.cend(), M::value_type(2));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cbegin());
50 R r = m.emplace_hint(m.cend());
54 r = m.emplace_hint(m.cend(), 2, 3.5);
58 r = m.emplace_hint(m.cbegin(), 2, 3.5);
67 R r = m.emplace_hint(m.cend(), M::value_type(2));
76 R r = m.emplace_hint(m.cend(), M::value_type(2));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cbegin());
50 R r = m.emplace_hint(m.cend());
54 r = m.emplace_hint(m.cend(), 2, 3.5);
58 r = m.emplace_hint(m.cbegin(), 2, 3.5);
67 R r = m.emplace_hint(m.cend(), M::value_type(2));
76 R r = m.emplace_hint(m.cend(), M::value_type(2));
  /external/libcxx/test/std/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.end());
39 r = m.emplace_hint(m.end(), std::piecewise_construct,
47 r = m.emplace_hint(m.end(), std::piecewise_construct,
61 R r = m.emplace_hint(m.end(), std::piecewise_construct,
68 r = m.emplace_hint(m.end(), std::piecewise_construct,
75 r = m.emplace_hint(m.end(), std::piecewise_construct,
87 R r = m.emplace_hint(m.end(), M::value_type(2, 3.5));
98 R r = m.emplace_hint(m.end());
104 r = m.emplace_hint(m.end(), std::piecewise_construct
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cend(), std::piecewise_construct,
47 r = m.emplace_hint(m.cend(), std::piecewise_construct,
61 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
68 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
75 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
87 R r = m.emplace_hint(m.cend(), M::value_type(2, 3.5));
98 R r = m.emplace_hint(m.cend());
104 r = m.emplace_hint(m.cend(), std::piecewise_construct
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.end());
39 r = m.emplace_hint(m.end(), std::piecewise_construct,
47 r = m.emplace_hint(m.end(), std::piecewise_construct,
61 R r = m.emplace_hint(m.end(), std::piecewise_construct,
68 r = m.emplace_hint(m.end(), std::piecewise_construct,
75 r = m.emplace_hint(m.end(), std::piecewise_construct,
87 R r = m.emplace_hint(m.end(), M::value_type(2, 3.5));
98 R r = m.emplace_hint(m.end());
104 r = m.emplace_hint(m.end(), std::piecewise_construct
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.modifiers/
emplace_hint.pass.cpp 17 // iterator emplace_hint(const_iterator position, Args&&... args);
33 R r = m.emplace_hint(m.cend());
39 r = m.emplace_hint(m.cend(), std::piecewise_construct,
47 r = m.emplace_hint(m.cend(), std::piecewise_construct,
61 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
68 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
75 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
87 R r = m.emplace_hint(m.cend(), M::value_type(2, 3.5));
98 R r = m.emplace_hint(m.cend());
104 r = m.emplace_hint(m.cend(), std::piecewise_construct
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
36 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
42 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(3, Emplaceable(5, 6)));
48 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
67 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
73 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(3, Emplaceable(5, 6)));
79 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace_hint.pass.cpp 19 // iterator emplace_hint(const_iterator p, Args&&... args);
36 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
42 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(3, Emplaceable(5, 6)));
48 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
67 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
73 r = c.emplace_hint(c.end(), std::pair<const int, Emplaceable>(3, Emplaceable(5, 6)));
79 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
  /external/libcxx/test/std/containers/
map_allocator_requirement_test_templates.h 20 // emplace_hint(...);
453 CHECKPOINT("Testing C::emplace_hint(p, const value_type&)");
457 It ret = c.emplace_hint(c.end(), v);
464 It ret2 = c.emplace_hint(c.begin(), v2);
470 CHECKPOINT("Testing C::emplace_hint(p, value_type&)");
474 It ret = c.emplace_hint(c.end(), v);
481 It ret2 = c.emplace_hint(c.begin(), v2);
487 CHECKPOINT("Testing C::emplace_hint(p, value_type&&)");
491 It ret = c.emplace_hint(c.end(), std::move(v));
498 It ret2 = c.emplace_hint(c.begin(), std::move(v2))
    [all...]
set_allocator_requirement_test_templates.h 20 // emplace_hint(...);
218 CHECKPOINT("Testing C::emplace_hint(p, const value_type&)");
222 It ret = c.emplace_hint(c.end(), v);
229 It ret2 = c.emplace_hint(c.begin(), v2);
235 CHECKPOINT("Testing C::emplace_hint(p, value_type&)");
239 It ret = c.emplace_hint(c.end(), v);
246 It ret2 = c.emplace_hint(c.begin(), v2);
252 CHECKPOINT("Testing C::emplace_hint(p, value_type&&)");
256 It ret = c.emplace_hint(c.end(), std::move(v));
263 It ret2 = c.emplace_hint(c.begin(), std::move(v2))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/
map_allocator_requirement_test_templates.h 20 // emplace_hint(...);
453 CHECKPOINT("Testing C::emplace_hint(p, const value_type&)");
457 It ret = c.emplace_hint(c.end(), v);
464 It ret2 = c.emplace_hint(c.begin(), v2);
470 CHECKPOINT("Testing C::emplace_hint(p, value_type&)");
474 It ret = c.emplace_hint(c.end(), v);
481 It ret2 = c.emplace_hint(c.begin(), v2);
487 CHECKPOINT("Testing C::emplace_hint(p, value_type&&)");
491 It ret = c.emplace_hint(c.end(), std::move(v));
498 It ret2 = c.emplace_hint(c.begin(), std::move(v2))
    [all...]
set_allocator_requirement_test_templates.h 20 // emplace_hint(...);
218 CHECKPOINT("Testing C::emplace_hint(p, const value_type&)");
222 It ret = c.emplace_hint(c.end(), v);
229 It ret2 = c.emplace_hint(c.begin(), v2);
235 CHECKPOINT("Testing C::emplace_hint(p, value_type&)");
239 It ret = c.emplace_hint(c.end(), v);
246 It ret2 = c.emplace_hint(c.begin(), v2);
252 CHECKPOINT("Testing C::emplace_hint(p, value_type&&)");
256 It ret = c.emplace_hint(c.end(), std::move(v));
263 It ret2 = c.emplace_hint(c.begin(), std::move(v2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_set.h 326 emplace_hint(const_iterator __pos, _Args&&... __args) function in class:unordered_set
327 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
919 emplace_hint(const_iterator __pos, _Args&&... __args) function in class:unordered_multiset
920 { return _M_h.emplace_hint(__pos, 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/
unordered_set.h 326 emplace_hint(const_iterator __pos, _Args&&... __args) function in class:unordered_set
327 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
919 emplace_hint(const_iterator __pos, _Args&&... __args) function in class:unordered_multiset
920 { return _M_h.emplace_hint(__pos, std::forward<_Args>(__args)...); }
    [all...]
  /art/libartbase/base/
safe_map.h 110 return map_.emplace_hint(pos, k, v);
116 return map_.emplace_hint(pos, k, std::move(v));
  /external/skqp/tools/
remote_demo.cpp 179 i = mapIdToTypeface.emplace_hint(i, wire.typeface_id, newTypeface);
215 gScalerContextMap.emplace_hint(j, op->descriptor, std::move(mapSc));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 217 emplace_hint(const_iterator __pos, _Args&&... __args) function in class:__debug::map
220 return iterator(_Base::emplace_hint(__pos.base(),

Completed in 2197 milliseconds

1 2 3