Home
last modified time | relevance | path

Searched defs:FlatHashSetPolicy (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dflat_hash_set.h454 struct FlatHashSetPolicy { struct
455 using slot_type = T;
456 using key_type = T;
457 using init_type = T;
458 using constant_iterators = std::true_type;
461 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
467 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
472 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
478 static T& element(slot_type* slot) { return *slot; } in element()
481 static decltype(absl::container_internal::DecomposeValue( in decltype()
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dflat_hash_set.h479 struct FlatHashSetPolicy { struct
480 using slot_type = T;
481 using key_type = T;
482 using init_type = T;
483 using constant_iterators = std::true_type;
486 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
493 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy()
498 static T& element(slot_type* slot) { return *slot; } in element()
501 static decltype(absl::container_internal::DecomposeValue( in decltype()
508 static size_t space_used(const T*) { return 0; } in space_used()
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dflat_hash_set.h460 struct FlatHashSetPolicy { struct
461 using slot_type = T;
462 using key_type = T;
463 using init_type = T;
464 using constant_iterators = std::true_type;
467 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
473 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
477 static T& element(slot_type* slot) { return *slot; } in element()
480 static decltype(absl::container_internal::DecomposeValue( in decltype()
487 static size_t space_used(const T*) { return 0; } in space_used()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dflat_hash_set.h460 struct FlatHashSetPolicy { struct
461 using slot_type = T;
462 using key_type = T;
463 using init_type = T;
464 using constant_iterators = std::true_type;
467 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
473 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
477 static T& element(slot_type* slot) { return *slot; } in element()
480 static decltype(absl::container_internal::DecomposeValue( in decltype()
487 static size_t space_used(const T*) { return 0; } in space_used()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h460 struct FlatHashSetPolicy { struct
461 using slot_type = T;
462 using key_type = T;
463 using init_type = T;
464 using constant_iterators = std::true_type;
467 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
473 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
477 static T& element(slot_type* slot) { return *slot; } in element()
480 static decltype(absl::container_internal::DecomposeValue( in decltype()
487 static size_t space_used(const T*) { return 0; } in space_used()
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dflat_hash_set.h511 struct FlatHashSetPolicy { struct
512 using slot_type = T;
513 using key_type = T;
514 using init_type = T;
515 using constant_iterators = std::true_type;
518 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
525 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy()
530 static T& element(slot_type* slot) { return *slot; } in element()
533 static decltype(absl::container_internal::DecomposeValue( in decltype()
540 static size_t space_used(const T*) { return 0; } in space_used()
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dflat_hash_set.h525 struct FlatHashSetPolicy { struct
526 using slot_type = T;
527 using key_type = T;
528 using init_type = T;
529 using constant_iterators = std::true_type;
532 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
539 static auto destroy(Allocator* alloc, slot_type* slot) { in destroy()
544 static T& element(slot_type* slot) { return *slot; } in element()
547 static decltype(absl::container_internal::DecomposeValue( in decltype()
554 static size_t space_used(const T*) { return 0; } in space_used()
[all …]