OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_constructed
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/support/
archetypes.hpp
32
static int
value_constructed
;
member in struct:ArchetypeBases::TestBase
49
constructed =
value_constructed
= default_constructed =
59
++alive; ++constructed; ++
value_constructed
;
63
++alive; ++constructed; ++
value_constructed
;
67
++alive; ++constructed; ++
value_constructed
;
71
++alive; ++constructed; ++
value_constructed
;
76
++alive; ++constructed; ++
value_constructed
;
80
++alive; ++constructed; ++
value_constructed
;
122
template <class D, bool E> int TestBase<D, E>::
value_constructed
= 0;
member in class:TestBase
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp
94
assert(T::
value_constructed
== 1);
118
assert(T::
value_constructed
== 1);
131
assert(T::
value_constructed
== 1);
144
assert(T::
value_constructed
== 1);
emplace.pass.cpp
154
assert(T::
value_constructed
== 1);
166
assert(T::
value_constructed
== 1);
178
assert(T::
value_constructed
== 1);
190
assert(T::
value_constructed
== 1);
202
assert(T::
value_constructed
== 1);
const_optional_U.pass.cpp
94
assert(T::
value_constructed
== 1);
optional_U.pass.cpp
98
assert(T::
value_constructed
== 1);
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
U.pass.cpp
138
assert(T::
value_constructed
== 1);
rvalue_T.pass.cpp
98
assert(T::
value_constructed
== 1);
copy.pass.cpp
144
assert(T::
value_constructed
== 1);
move.pass.cpp
183
assert(T::
value_constructed
== 1);
Completed in 315 milliseconds