OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_assigned
(Results
1 - 7
of
7
) sorted by null
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_tuple.pass.cpp
34
static int
copy_assigned
;
member in struct:CountingType
38
assigned =
copy_assigned
= move_assigned = 0;
47
++
copy_assigned
;
64
int CountingType::
copy_assigned
;
member in class:CountingType
79
assert(C::
copy_assigned
== 1);
93
assert(C::
copy_assigned
== 0);
107
assert(C::
copy_assigned
== 2);
121
assert(C::
copy_assigned
== 2);
135
assert(C::
copy_assigned
== 0);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
assign_tuple.pass.cpp
34
static int
copy_assigned
;
member in struct:CountingType
38
assigned =
copy_assigned
= move_assigned = 0;
47
++
copy_assigned
;
64
int CountingType::
copy_assigned
;
member in class:CountingType
79
assert(C::
copy_assigned
== 1);
93
assert(C::
copy_assigned
== 0);
107
assert(C::
copy_assigned
== 2);
121
assert(C::
copy_assigned
== 2);
135
assert(C::
copy_assigned
== 0);
/external/libcxx/test/support/
archetypes.hpp
38
static int
copy_assigned
;
member in struct:ArchetypeBases::TestBase
51
assigned = value_assigned =
copy_assigned
= move_assigned = destroyed = 0;
105
++assigned; ++
copy_assigned
;
128
template <class D, bool E> int TestBase<D, E>::
copy_assigned
= 0;
member in class:TestBase
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
archetypes.hpp
38
static int
copy_assigned
;
member in struct:ArchetypeBases::TestBase
51
assigned = value_assigned =
copy_assigned
= move_assigned = destroyed = 0;
105
++assigned; ++
copy_assigned
;
128
template <class D, bool E> int TestBase<D, E>::
copy_assigned
= 0;
member in class:TestBase
/external/libcxx/test/std/utilities/optional/optional.specalg/
swap.pass.cpp
109
assert(T::assigned == T::
copy_assigned
);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.specalg/
swap.pass.cpp
109
assert(T::assigned == T::
copy_assigned
);
/external/libchrome/base/
optional_unittest.cc
25
COPY_ASSIGNED
,
48
state_ = State::
COPY_ASSIGNED
;
Completed in 280 milliseconds