HomeSort by relevance Sort by last modified time
    Searched full:move_assigned (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_tuple.pass.cpp 35 static int move_assigned; member in struct:CountingType
38 assigned = copy_assigned = move_assigned = 0;
53 ++move_assigned;
65 int CountingType::move_assigned; member in class:CountingType
80 assert(C::move_assigned == 0);
94 assert(C::move_assigned == 1);
108 assert(C::move_assigned == 0);
122 assert(C::move_assigned == 0);
136 assert(C::move_assigned == 2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
assign_tuple.pass.cpp 35 static int move_assigned; member in struct:CountingType
38 assigned = copy_assigned = move_assigned = 0;
53 ++move_assigned;
65 int CountingType::move_assigned; member in class:CountingType
80 assert(C::move_assigned == 0);
94 assert(C::move_assigned == 1);
108 assert(C::move_assigned == 0);
122 assert(C::move_assigned == 0);
136 assert(C::move_assigned == 2);
  /external/libchrome/base/memory/
ref_counted_unittest.cc 182 scoped_refptr<base::OpaqueRefCounted> move_assigned; local
183 move_assigned = std::move(moved);
198 scoped_refptr<base::OpaqueRefCountedThreadSafe> move_assigned; local
199 move_assigned = std::move(moved);
  /external/libchrome/base/
optional_unittest.cc 26 MOVE_ASSIGNED,
55 state_ = State::MOVE_ASSIGNED;
385 EXPECT_EQ(TestObject::State::MOVE_ASSIGNED, a->state());
1214 EXPECT_EQ(TestObject::State::MOVE_ASSIGNED, o->state());
  /external/libcxx/test/support/
archetypes.hpp 39 static int move_assigned; member in struct:ArchetypeBases::TestBase
51 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0;
111 ++assigned; ++move_assigned;
129 template <class D, bool E> int TestBase<D, E>::move_assigned = 0; member in class:TestBase
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
archetypes.hpp 39 static int move_assigned; member in struct:ArchetypeBases::TestBase
51 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0;
111 ++assigned; ++move_assigned;
129 template <class D, bool E> int TestBase<D, E>::move_assigned = 0; member in class:TestBase
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 133 assert(T::move_assigned == 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 133 assert(T::move_assigned == 1);

Completed in 461 milliseconds