Home
last modified time | relevance | path

Searched refs:old_slot (Results 1 – 25 of 49) 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);
175 slot_type* old_slot, int)
176 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
177 P::transfer(alloc, new_slot, old_slot);
181 slot_type* old_slot, char) {
182 construct(alloc, new_slot, std::move(element(old_slot)));
183 destroy(alloc, 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);
175 slot_type* old_slot, int)
176 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
177 P::transfer(alloc, new_slot, old_slot);
181 slot_type* old_slot, char) {
182 construct(alloc, new_slot, std::move(element(old_slot)));
183 destroy(alloc, 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);
192 slot_type* old_slot, int)
193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
194 P::transfer(alloc, new_slot, old_slot);
198 slot_type* old_slot, char) {
199 construct(alloc, new_slot, std::move(element(old_slot)));
200 destroy(alloc, 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()
97 slot_type* old_slot) { in transfer() argument
98 construct(alloc, new_slot, std::move(old_slot->pair)); in transfer()
99 destroy(alloc, old_slot); 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);
192 slot_type* old_slot, int)
193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
194 P::transfer(alloc, new_slot, old_slot);
198 slot_type* old_slot, char) {
199 construct(alloc, new_slot, std::move(element(old_slot)));
200 destroy(alloc, 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);
192 slot_type* old_slot, int)
193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
194 P::transfer(alloc, new_slot, old_slot);
198 slot_type* old_slot, char) {
199 construct(alloc, new_slot, std::move(element(old_slot)));
200 destroy(alloc, 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);
192 slot_type* old_slot, int)
193 -> decltype((void)P::transfer(alloc, new_slot, old_slot)) {
194 P::transfer(alloc, new_slot, old_slot);
198 slot_type* old_slot, char) {
199 construct(alloc, new_slot, std::move(element(old_slot)));
200 destroy(alloc, 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.h473 slot_type* old_slot) { in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
475 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h572 slot_type* old_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.h473 slot_type* old_slot) { in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
475 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h572 slot_type* old_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.h472 slot_type* old_slot) { in transfer()
473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
474 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h566 slot_type* old_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.h473 slot_type* old_slot) { in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
475 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h572 slot_type* old_slot) { in transfer()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/abseil-cpp/absl/container/
Dflat_hash_set.h472 slot_type* old_slot) { in transfer()
473 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
474 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h566 slot_type* old_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.h473 slot_type* old_slot) { in transfer()
474 construct(alloc, new_slot, std::move(*old_slot)); in transfer()
475 destroy(alloc, old_slot); in transfer()
Dflat_hash_map.h572 slot_type* old_slot) { in transfer()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()

12