HomeSort by relevance Sort by last modified time
    Searched refs:piecewise_construct (Results 1 - 20 of 20) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
emplace_hint.pass.cpp 33 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
44 r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(5),
57 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
68 r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(5),
emplace.pass.cpp 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
45 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
58 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
71 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace.pass.cpp 32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
43 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
55 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3),
66 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5),
emplace_hint.pass.cpp 33 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
45 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
65 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
77 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
emplace_hint.pass.cpp 38 r = m.emplace_hint(m.end(), std::piecewise_construct,
46 r = m.emplace_hint(m.end(), std::piecewise_construct,
60 R r = m.emplace_hint(m.end(), std::piecewise_construct,
67 r = m.emplace_hint(m.end(), std::piecewise_construct,
74 r = m.emplace_hint(m.end(), std::piecewise_construct,
104 r = m.emplace_hint(m.end(), std::piecewise_construct,
112 r = m.emplace_hint(m.end(), std::piecewise_construct,
126 R r = m.emplace_hint(m.end(), std::piecewise_construct,
133 r = m.emplace_hint(m.end(), std::piecewise_construct,
140 r = m.emplace_hint(m.end(), std::piecewise_construct,
    [all...]
emplace.pass.cpp 40 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
48 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
62 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
69 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
76 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
108 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
116 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
130 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
137 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
144 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 38 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
45 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
58 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
64 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
70 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
99 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
106 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
119 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2),
125 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1),
131 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1)
    [all...]
emplace_hint.pass.cpp 38 r = m.emplace_hint(m.cend(), std::piecewise_construct,
46 r = m.emplace_hint(m.cend(), std::piecewise_construct,
60 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
67 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
74 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
104 r = m.emplace_hint(m.cend(), std::piecewise_construct,
112 r = m.emplace_hint(m.cend(), std::piecewise_construct,
126 R r = m.emplace_hint(m.cend(), std::piecewise_construct,
133 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
140 r = m.emplace_hint(m.cbegin(), std::piecewise_construct,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/
piecewise_construct.pass.cpp 15 // constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
46 std::pair<A, B> p(std::piecewise_construct,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 74 /// piecewise_construct
75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 74 /// piecewise_construct
75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 74 /// piecewise_construct
75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 75 /// piecewise_construct
76 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 74 /// piecewise_construct
75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 75 /// piecewise_construct
76 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 78 /// piecewise_construct
79 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t(); local
stl_map.h 465 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
484 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
    [all...]
hashtable_policy.h 493 __p = __h->_M_allocate_node(std::piecewise_construct,
519 __p = __h->_M_allocate_node(std::piecewise_construct,
    [all...]

Completed in 233 milliseconds