Searched defs:node_hash_policy (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|
/external/abseil-cpp/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | node_hash_policy.h | 49 struct node_hash_policy { struct 52 using slot_type = typename std::remove_cv< 56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() 61 static void destroy(Alloc* alloc, slot_type* slot) { in destroy() 66 static void transfer(Alloc*, slot_type* new_slot, slot_type* old_slot) { in transfer() 70 static size_t space_used(const slot_type* slot) { in space_used() 75 static Reference element(slot_type* slot) { return **slot; } in element()
|