Searched defs:FlatHashMapPolicy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 577 struct FlatHashMapPolicy { struct 578 using slot_policy = container_internal::map_slot_policy<K, V>; 579 using slot_type = typename slot_policy::slot_type; 580 using key_type = K; 581 using mapped_type = V; 582 using init_type = std::pair</*non const*/ key_type, mapped_type>; 585 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 591 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy() 596 static auto transfer(Allocator* alloc, slot_type* new_slot, in transfer() 602 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | flat_hash_map.h | 553 struct FlatHashMapPolicy { struct 554 using slot_policy = container_internal::map_slot_policy<K, V>; 555 using slot_type = typename slot_policy::slot_type; 556 using key_type = K; 557 using mapped_type = V; 558 using init_type = std::pair</*non const*/ key_type, mapped_type>; 561 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 566 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() 571 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 577 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_map.h | 560 struct FlatHashMapPolicy { struct 561 using slot_policy = container_internal::map_slot_policy<K, V>; 562 using slot_type = typename slot_policy::slot_type; 563 using key_type = K; 564 using mapped_type = V; 565 using init_type = std::pair</*non const*/ key_type, mapped_type>; 568 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 573 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() 578 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 584 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 560 struct FlatHashMapPolicy { struct 561 using slot_policy = container_internal::map_slot_policy<K, V>; 562 using slot_type = typename slot_policy::slot_type; 563 using key_type = K; 564 using mapped_type = V; 565 using init_type = std::pair</*non const*/ key_type, mapped_type>; 568 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 573 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() 578 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 584 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | flat_hash_map.h | 560 struct FlatHashMapPolicy { struct 561 using slot_policy = container_internal::map_slot_policy<K, V>; 562 using slot_type = typename slot_policy::slot_type; 563 using key_type = K; 564 using mapped_type = V; 565 using init_type = std::pair</*non const*/ key_type, mapped_type>; 568 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 573 static void destroy(Allocator* alloc, slot_type* slot) { in destroy() 578 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer() 584 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 612 struct FlatHashMapPolicy { struct 613 using slot_policy = container_internal::map_slot_policy<K, V>; 614 using slot_type = typename slot_policy::slot_type; 615 using key_type = K; 616 using mapped_type = V; 617 using init_type = std::pair</*non const*/ key_type, mapped_type>; 620 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 626 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy() 631 static auto transfer(Allocator* alloc, slot_type* new_slot, in transfer() 637 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 626 struct FlatHashMapPolicy { struct 627 using slot_policy = container_internal::map_slot_policy<K, V>; 628 using slot_type = typename slot_policy::slot_type; 629 using key_type = K; 630 using mapped_type = V; 631 using init_type = std::pair</*non const*/ key_type, mapped_type>; 634 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() 640 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy() 645 static auto transfer(Allocator* alloc, slot_type* new_slot, in transfer() 651 static decltype(absl::container_internal::DecomposePair( in decltype() [all …]
|