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

  /external/grpc-grpc/test/core/gprpp/
inlined_vector_test.cc 210 IntVec8 move_assigned; local
211 FillVector(&move_assigned, kInlinedFillSize, 99); // Add dummy elements
214 move_assigned = std::move(tmp);
216 EXPECT_EQ(original[i], move_assigned[i]);
219 EXPECT_NE(move_assigned.data(), old_data);
225 IntVec8 move_assigned; local
226 FillVector(&move_assigned, kAllocatedFillSize, 99); // Add dummy elements
229 move_assigned = std::move(tmp);
231 EXPECT_EQ(original[i], move_assigned[i]);
234 EXPECT_NE(move_assigned.data(), old_data)
240 IntVec8 move_assigned; local
255 IntVec8 move_assigned; local
    [all...]
  /external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
assign_tuple_like.pass.cpp 44 assert(C::move_assigned == 0);
58 assert(C::move_assigned == 1);
72 assert(C::move_assigned == 0);
86 assert(C::move_assigned == 0);
100 assert(C::move_assigned == 2);
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_const_pair_U_V.pass.cpp 47 assert(C::move_assigned == 0);
assign_rv_pair_U_V.pass.cpp 55 assert(C::move_assigned == 1);
  /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
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 133 assert(T::move_assigned == 1);

Completed in 272 milliseconds