/external/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 99 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 100 transfer_impl(alloc, new_slot, old_slot, 0); 174 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 176 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 177 P::transfer(alloc, new_slot, old_slot); 180 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 182 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 99 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 100 transfer_impl(alloc, new_slot, old_slot, 0); 174 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 176 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 177 P::transfer(alloc, new_slot, old_slot); 180 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 182 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 116 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 117 transfer_impl(alloc, new_slot, old_slot, 0); 191 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 194 P::transfer(alloc, new_slot, old_slot); 197 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 199 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
D | raw_hash_set_benchmark.cc | 45 static void transfer(void*, int64_t* new_slot, int64_t* old_slot) { in transfer() 46 *new_slot = *old_slot; in transfer() 96 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer() argument 98 construct(alloc, new_slot, std::move(old_slot->pair)); in transfer()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 116 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 117 transfer_impl(alloc, new_slot, old_slot, 0); 191 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 194 P::transfer(alloc, new_slot, old_slot); 197 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 199 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_policy_traits.h | 116 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 117 transfer_impl(alloc, new_slot, old_slot, 0); 191 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 194 P::transfer(alloc, new_slot, old_slot); 197 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 199 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 116 static void transfer(Alloc* alloc, slot_type* new_slot, slot_type* old_slot) { 117 transfer_impl(alloc, new_slot, old_slot, 0); 191 static auto transfer_impl(Alloc* alloc, slot_type* new_slot, 193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) { 194 P::transfer(alloc, new_slot, old_slot); 197 static void transfer_impl(Alloc* alloc, slot_type* new_slot, 199 construct(alloc, new_slot, std::move(element(old_slot)));
|
D | node_hash_policy.h | 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 67 *new_slot = *old_slot; in transfer()
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 471 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 565 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 567 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|
/external/abseil-cpp/absl/container/ |
D | flat_hash_set.h | 471 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 565 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 567 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | flat_hash_set.h | 472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
|
D | flat_hash_map.h | 571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
|