Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/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()
/third_party/protobuf/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()