Searched defs:NodeHashSetPolicy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | node_hash_set.h | 470 struct NodeHashSetPolicy struct 472 using key_type = T; 473 using init_type = T; 474 using constant_iterators = std::true_type; 477 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() 488 static void delete_element(Allocator* alloc, T* elem) { in delete_element() 497 static decltype(absl::container_internal::DecomposeValue( in decltype() 504 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used() 507 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | node_hash_set.h | 500 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()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | node_hash_set.h | 444 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()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | node_hash_set.h | 451 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()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | node_hash_set.h | 451 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 451 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()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | node_hash_set.h | 519 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()
|