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

  /external/libcxx/test/support/
test_allocator.h 252 template <typename T> class TaggingAllocator;
257 // DefaultInsertable into vector<X, TaggingAllocator<X>>,
259 // CopyInsertable into vector<X, TaggingAllocator<X>>,
261 // MoveInsertable into vector<X, TaggingAllocator<X>>, and
264 // EmplaceConstructible into vector<X, TaggingAllocator<X>> from args.
283 // Erasable from vector<X, TaggingAllocator<X>>.
284 friend class TaggingAllocator<Tag_X>;
289 class TaggingAllocator {
292 TaggingAllocator() = default;
295 TaggingAllocator(const TaggingAllocator<U>&) {
    [all...]
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
emplace_back.pass.cpp 95 std::deque<Tag_X, TaggingAllocator<Tag_X>> c;
emplace_front.pass.cpp 96 std::deque<Tag_X, TaggingAllocator<Tag_X>> c;
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
emplace_back.pass.cpp 141 std::vector<Tag_X, TaggingAllocator<Tag_X>> c;

Completed in 4966 milliseconds