Searched defs:NodeHashSetPolicy (Results 1 – 9 of 9) sorted by relevance
| /external/angle/third_party/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 469 struct NodeHashSetPolicy struct 471 using key_type = T; 472 using init_type = T; 473 using constant_iterators = std::true_type; 476 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() 487 static void delete_element(Allocator* alloc, T* elem) { in delete_element() 496 static decltype(absl::container_internal::DecomposeValue( in decltype() 503 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used() 506 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
|
| /external/libtextclassifier/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 455 struct NodeHashSetPolicy struct 457 using key_type = T; 458 using init_type = T; 459 using constant_iterators = std::true_type; 462 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() 473 static void delete_element(Allocator* alloc, T* elem) { in delete_element() 482 static decltype(absl::container_internal::DecomposeValue( in decltype() 489 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/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()
|
| /external/tensorflow/third_party/absl/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()
|
| /external/cronet/third_party/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 455 struct NodeHashSetPolicy struct 457 using key_type = T; 458 using init_type = T; 459 using constant_iterators = std::true_type; 462 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() 473 static void delete_element(Allocator* alloc, T* elem) { in delete_element() 482 static decltype(absl::container_internal::DecomposeValue( in decltype() 489 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
|
| /external/abseil-cpp/absl/container/ |
| D | node_hash_set.h | 455 struct NodeHashSetPolicy struct 457 using key_type = T; 458 using init_type = T; 459 using constant_iterators = std::true_type; 462 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() 473 static void delete_element(Allocator* alloc, T* elem) { in delete_element() 482 static decltype(absl::container_internal::DecomposeValue( in decltype() 489 static size_t element_space_used(const T*) { return sizeof(T); } in element_space_used()
|
| /external/rust/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()
|
| /external/webrtc/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()
|
| /external/openscreen/third_party/abseil/src/absl/container/ |
| 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()
|