Searched defs:NodeHashSetPolicy (Results 1 – 1 of 1) sorted by relevance
449 struct NodeHashSetPolicy struct451 using key_type = T;452 using init_type = T;453 using constant_iterators = std::true_type;456 static T* new_element(Allocator* alloc, Args&&... args) { in new_element()467 static void delete_element(Allocator* alloc, T* elem) { in delete_element()476 static decltype(absl::container_internal::DecomposeValue( in decltype()483 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()