Home
last modified time | relevance | path

Searched refs:new_slot (Results 1 – 25 of 50) sorted by relevance

12

/external/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h99 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)));
Dnode_hash_policy.h66 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/
Dhash_policy_traits.h99 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)));
Dnode_hash_policy.h66 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/
Dhash_policy_traits.h116 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)));
Dnode_hash_policy.h66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer()
67 *new_slot = *old_slot; in transfer()
Draw_hash_set_benchmark.cc45 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/
Dhash_policy_traits.h116 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)));
Dnode_hash_policy.h66 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/
Dhash_policy_traits.h116 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)));
Dnode_hash_policy.h66 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/
Dhash_policy_traits.h116 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)));
Dnode_hash_policy.h66 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/
Dflat_hash_set.h472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h571 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/
Dflat_hash_set.h472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h571 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/
Dflat_hash_set.h471 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h565 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/
Dflat_hash_set.h472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h571 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/
Dflat_hash_set.h471 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h565 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/
Dflat_hash_set.h472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
Dflat_hash_map.h571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()

12