HomeSort by relevance Sort by last modified time
    Searched defs:move_constructed (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
archetypes.hpp 35 static int move_constructed; member in struct:ArchetypeBases::TestBase
50 copy_constructed = move_constructed = 0;
100 ++alive; ++constructed; ++move_constructed;
125 template <class D, bool E> int TestBase<D, E>::move_constructed = 0; member in class:TestBase
controlled_allocators.hpp 61 int move_constructed = 0; member in struct:AllocController
237 P->move_constructed += 1;
247 P->move_constructed += 1;
303 P->move_constructed += 1;
313 P->move_constructed += 1;
354 P->move_constructed += 1;
364 P->move_constructed += 1;
457 P->move_constructed += 1;
467 P->move_constructed += 1;

Completed in 106 milliseconds