#include <node_hash_map.h>
Public Types | |
using | init_type = std::pair< key_type, mapped_type > |
using | init_type = std::pair< key_type, mapped_type > |
using | key_type = Key |
using | key_type = Key |
using | mapped_type = Value |
using | mapped_type = Value |
Static Public Member Functions | |
template<class Allocator > | |
static void | delete_element (Allocator *alloc, value_type *pair) |
template<class Allocator > | |
static void | delete_element (Allocator *alloc, value_type *pair) |
static size_t | element_space_used (const value_type *) |
static size_t | element_space_used (const value_type *) |
template<class Allocator , class... Args> | |
static value_type * | new_element (Allocator *alloc, Args &&... args) |
template<class Allocator , class... Args> | |
static value_type * | new_element (Allocator *alloc, Args &&... args) |
static const Value & | value (const value_type *elem) |
static const Value & | value (const value_type *elem) |
static Value & | value (value_type *elem) |
static Value & | value (value_type *elem) |
Private Types | |
using | value_type = std::pair< const Key, Value > |
using | value_type = std::pair< const Key, Value > |
Definition at line 55 of file abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::init_type = std::pair< key_type, mapped_type> |
Definition at line 545 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::init_type = std::pair< key_type, mapped_type> |
Definition at line 552 of file abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::key_type = Key |
Definition at line 543 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::key_type = Key |
Definition at line 550 of file abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::mapped_type = Value |
Definition at line 544 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
using absl::container_internal::NodeHashMapPolicy< Key, Value >::mapped_type = Value |
Definition at line 551 of file abseil-cpp/absl/container/node_hash_map.h.
|
private |
Definition at line 540 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
private |
Definition at line 547 of file abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 560 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 567 of file abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 576 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 583 of file abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 548 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 555 of file abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 581 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 588 of file abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 580 of file bloaty/third_party/abseil-cpp/absl/container/node_hash_map.h.
|
inlinestatic |
Definition at line 587 of file abseil-cpp/absl/container/node_hash_map.h.