Searched defs:NodeHashSetPolicy (Results 1 – 2 of 2) sorted by relevance
444 struct NodeHashSetPolicy struct446 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()
519 struct NodeHashSetPolicy struct521 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()