Home
last modified time | relevance | path

Searched defs:PropagatingCountingAlloc (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_test.cc652 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct
653 using propagate_on_container_copy_assignment = std::true_type;
654 using propagate_on_container_move_assignment = std::true_type;
655 using propagate_on_container_swap = std::true_type;
657 using Base = CountingAllocator<T>;
661 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() argument
665 struct rebind {