Home
last modified time | relevance | path

Searched defs:node_slot_policy (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dnode_slot_policy.h49 struct node_slot_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/
Dnode_slot_policy.h49 struct node_slot_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()
67 static std::true_type transfer(Alloc*, slot_type* new_slot, in transfer()
73 static size_t space_used(const slot_type* slot) { in space_used()
78 static Reference element(slot_type* slot) { return **slot; } in element()
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dnode_slot_policy.h49 struct node_slot_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()
67 static std::true_type transfer(Alloc*, slot_type* new_slot, in transfer()
73 static size_t space_used(const slot_type* slot) { in space_used()
78 static Reference element(slot_type* slot) { return **slot; } in element()
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dnode_slot_policy.h49 struct node_slot_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()
67 static std::true_type transfer(Alloc*, slot_type* new_slot, in transfer()
73 static size_t space_used(const slot_type* slot) { in space_used()
78 static Reference element(slot_type* slot) { return **slot; } in element()
/external/abseil-cpp/absl/container/internal/
Dnode_slot_policy.h49 struct node_slot_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()
67 static std::true_type transfer(Alloc*, slot_type* new_slot, in transfer()
73 static size_t space_used(const slot_type* slot) { in space_used()
78 static Reference element(slot_type* slot) { return **slot; } in element()