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

1 2 3 4

  /external/libcxx/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
utility.cpp 15 const piecewise_construct_t piecewise_construct = {}; variable
  /external/libcxx/test/std/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 38 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
50 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
70 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
82 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3),
103 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
  /prebuilts/ndk/r11/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),
  /prebuilts/ndk/r11/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),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
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),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
emplace_hint.pass.cpp 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
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),
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3),
72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5),
86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
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),
  /external/libcxx/test/std/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...]
  /external/libcxx/test/std/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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...]

Completed in 1389 milliseconds

1 2 3 4