Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A 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() function
665 struct rebind {
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc659 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct
660 using propagate_on_container_copy_assignment = std::true_type;
661 using propagate_on_container_move_assignment = std::true_type;
662 using propagate_on_container_swap = std::true_type;
664 using Base = CountingAllocator<T>;
668 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() function
672 struct rebind {
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_test.cc669 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct
670 using propagate_on_container_copy_assignment = std::true_type;
671 using propagate_on_container_move_assignment = std::true_type;
672 using propagate_on_container_swap = std::true_type;
674 using Base = CountingAllocator<T>;
678 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() function
682 struct rebind {
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_test.cc669 struct PropagatingCountingAlloc : public CountingAllocator<T> { struct
670 using propagate_on_container_copy_assignment = std::true_type;
671 using propagate_on_container_move_assignment = std::true_type;
672 using propagate_on_container_swap = std::true_type;
674 using Base = CountingAllocator<T>;
678 explicit PropagatingCountingAlloc(const PropagatingCountingAlloc<U> &other) in PropagatingCountingAlloc() argument
682 struct rebind {