Home
last modified time | relevance | path

Searched defs:FlatHashMapPolicy (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/container/
Dflat_hash_map.h553 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 …]
/external/openscreen/third_party/abseil/src/absl/container/
Dflat_hash_map.h553 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 …]
/external/abseil-cpp/absl/container/
Dflat_hash_map.h547 struct FlatHashMapPolicy { struct
548 using slot_policy = container_internal::map_slot_policy<K, V>;
549 using slot_type = typename slot_policy::slot_type;
550 using key_type = K;
551 using mapped_type = V;
552 using init_type = std::pair</*non const*/ key_type, mapped_type>;
555 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
560 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
565 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
571 static decltype(absl::container_internal::DecomposePair( in decltype()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h553 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 …]
/external/angle/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h553 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 …]
/external/webrtc/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h547 struct FlatHashMapPolicy { struct
548 using slot_policy = container_internal::map_slot_policy<K, V>;
549 using slot_type = typename slot_policy::slot_type;
550 using key_type = K;
551 using mapped_type = V;
552 using init_type = std::pair</*non const*/ key_type, mapped_type>;
555 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
560 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
565 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
571 static decltype(absl::container_internal::DecomposePair( in decltype()
[all …]