Home
last modified time | relevance | path

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

/external/openscreen/third_party/abseil/src/absl/container/
Dnode_hash_set.h444 struct NodeHashSetPolicy struct
446 using key_type = T;
447 using init_type = T;
448 using constant_iterators = std::true_type;
451 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
462 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
471 static decltype(absl::container_internal::DecomposeValue( in decltype()
478 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h451 struct NodeHashSetPolicy struct
453 using key_type = T;
454 using init_type = T;
455 using constant_iterators = std::true_type;
458 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
469 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
478 static decltype(absl::container_internal::DecomposeValue( in decltype()
485 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
/external/abseil-cpp/absl/container/
Dnode_hash_set.h500 struct NodeHashSetPolicy struct
502 using key_type = T;
503 using init_type = T;
504 using constant_iterators = std::true_type;
507 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
518 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
527 static decltype(absl::container_internal::DecomposeValue( in decltype()
534 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
537 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
/external/angle/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h519 struct NodeHashSetPolicy struct
521 using key_type = T;
522 using init_type = T;
523 using constant_iterators = std::true_type;
526 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
537 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
546 static decltype(absl::container_internal::DecomposeValue( in decltype()
553 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
556 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
/external/cronet/tot/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h519 struct NodeHashSetPolicy struct
521 using key_type = T;
522 using init_type = T;
523 using constant_iterators = std::true_type;
526 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
537 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
546 static decltype(absl::container_internal::DecomposeValue( in decltype()
553 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
556 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
/external/cronet/stable/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h519 struct NodeHashSetPolicy struct
521 using key_type = T;
522 using init_type = T;
523 using constant_iterators = std::true_type;
526 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()
537 static void delete_element(Allocator* alloc, T* elem) { in delete_element()
546 static decltype(absl::container_internal::DecomposeValue( in decltype()
553 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
556 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()