Home
last modified time | relevance | path

Searched refs:slot_policy (Results 1 – 17 of 17) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/container/
Dflat_hash_map.h554 using slot_policy = container_internal::map_slot_policy<K, V>; member
555 using slot_type = typename slot_policy::slot_type;
562 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
567 slot_policy::destroy(alloc, slot); in destroy()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/openscreen/third_party/abseil/src/absl/container/
Dflat_hash_map.h554 using slot_policy = container_internal::map_slot_policy<K, V>; member
555 using slot_type = typename slot_policy::slot_type;
562 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
567 slot_policy::destroy(alloc, slot); in destroy()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/abseil-cpp/absl/container/
Dflat_hash_map.h548 using slot_policy = container_internal::map_slot_policy<K, V>; member
549 using slot_type = typename slot_policy::slot_type;
556 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
561 slot_policy::destroy(alloc, slot); in destroy()
567 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h554 using slot_policy = container_internal::map_slot_policy<K, V>; member
555 using slot_type = typename slot_policy::slot_type;
562 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
567 slot_policy::destroy(alloc, slot); in destroy()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/angle/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h554 using slot_policy = container_internal::map_slot_policy<K, V>; member
555 using slot_type = typename slot_policy::slot_type;
562 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
567 slot_policy::destroy(alloc, slot); in destroy()
573 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dflat_hash_map.h548 using slot_policy = container_internal::map_slot_policy<K, V>; member
549 using slot_type = typename slot_policy::slot_type;
556 slot_policy::construct(alloc, slot, std::forward<Args>(args)...); in construct()
561 slot_policy::destroy(alloc, slot); in destroy()
567 slot_policy::transfer(alloc, new_slot, old_slot); in transfer()
/external/webrtc/rtc_base/
Dsigslot_unittest.cc32 template <class slot_policy = sigslot::single_threaded,
34 class SigslotReceiver : public sigslot::has_slots<slot_policy> {
49 &SigslotReceiver<slot_policy, signal_policy>::OnSignal); in Connect()
65 template <class slot_policy = sigslot::single_threaded,
91 SigslotReceiver<slot_policy, sigslot::single_threaded> st_receiver_;
93 SigslotReceiver<slot_policy, mt_signal_policy> mt_receiver_;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc229 using slot_policy = map_slot_policy<const CopyableMovableInstance, in TEST() typedef
231 using slot_type = typename slot_policy::slot_type; in TEST()
243 slot_policy::construct(&alloc, &slots.slots[0], CopyableMovableInstance(1), in TEST()
246 slot_policy::transfer(&alloc, &slots.slots[i + 1], &slots.slots[i]); in TEST()
248 slot_policy::destroy(&alloc, &slots.slots[99]); in TEST()
Dbtree.h206 using slot_policy = SlotPolicy;
207 using slot_type = typename slot_policy::slot_type;
208 using value_type = typename slot_policy::value_type;
209 using init_type = typename slot_policy::mutable_value_type;
235 return slot_policy::element(slot);
238 return slot_policy::element(slot);
242 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
245 slot_policy::construct(alloc, slot, other);
248 slot_policy::destroy(alloc, slot);
255 slot_policy::swap(alloc, a, b);
[all …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory_test.cc229 using slot_policy = map_slot_policy<const CopyableMovableInstance, in TEST() typedef
231 using slot_type = typename slot_policy::slot_type; in TEST()
243 slot_policy::construct(&alloc, &slots.slots[0], CopyableMovableInstance(1), in TEST()
246 slot_policy::transfer(&alloc, &slots.slots[i + 1], &slots.slots[i]); in TEST()
248 slot_policy::destroy(&alloc, &slots.slots[99]); in TEST()
Dbtree.h238 using slot_policy = SlotPolicy;
239 using slot_type = typename slot_policy::slot_type;
240 using value_type = typename slot_policy::value_type;
241 using init_type = typename slot_policy::mutable_value_type;
267 return slot_policy::element(slot);
270 return slot_policy::element(slot);
274 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
277 slot_policy::construct(alloc, slot, other);
280 slot_policy::destroy(alloc, slot);
287 slot_policy::swap(alloc, a, b);
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc229 using slot_policy = map_slot_policy<const CopyableMovableInstance, in TEST() typedef
231 using slot_type = typename slot_policy::slot_type; in TEST()
243 slot_policy::construct(&alloc, &slots.slots[0], CopyableMovableInstance(1), in TEST()
246 slot_policy::transfer(&alloc, &slots.slots[i + 1], &slots.slots[i]); in TEST()
248 slot_policy::destroy(&alloc, &slots.slots[99]); in TEST()
Dbtree.h206 using slot_policy = SlotPolicy;
207 using slot_type = typename slot_policy::slot_type;
208 using value_type = typename slot_policy::value_type;
209 using init_type = typename slot_policy::mutable_value_type;
235 return slot_policy::element(slot);
238 return slot_policy::element(slot);
242 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
245 slot_policy::construct(alloc, slot, other);
248 slot_policy::destroy(alloc, slot);
255 slot_policy::swap(alloc, a, b);
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc230 using slot_policy = map_slot_policy<const CopyableMovableInstance, in TEST() typedef
232 using slot_type = typename slot_policy::slot_type; in TEST()
244 slot_policy::construct(&alloc, &slots.slots[0], CopyableMovableInstance(1), in TEST()
247 slot_policy::transfer(&alloc, &slots.slots[i + 1], &slots.slots[i]); in TEST()
249 slot_policy::destroy(&alloc, &slots.slots[99]); in TEST()
Dbtree.h244 using slot_policy = SlotPolicy;
245 using slot_type = typename slot_policy::slot_type;
246 using value_type = typename slot_policy::value_type;
247 using init_type = typename slot_policy::mutable_value_type;
290 return slot_policy::element(slot);
293 return slot_policy::element(slot);
297 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
300 slot_policy::construct(alloc, slot, other);
303 slot_policy::destroy(alloc, slot);
310 slot_policy::swap(alloc, a, b);
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h166 using slot_policy = SlotPolicy;
167 using slot_type = typename slot_policy::slot_type;
168 using value_type = typename slot_policy::value_type;
169 using init_type = typename slot_policy::mutable_value_type;
195 return slot_policy::element(slot);
198 return slot_policy::element(slot);
202 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
205 slot_policy::construct(alloc, slot, other);
208 slot_policy::destroy(alloc, slot);
215 slot_policy::swap(alloc, a, b);
[all …]
/external/abseil-cpp/absl/container/internal/
Dbtree.h166 using slot_policy = SlotPolicy;
167 using slot_type = typename slot_policy::slot_type;
168 using value_type = typename slot_policy::value_type;
169 using init_type = typename slot_policy::mutable_value_type;
195 return slot_policy::element(slot);
198 return slot_policy::element(slot);
202 slot_policy::construct(alloc, slot, std::forward<Args>(args)...);
205 slot_policy::construct(alloc, slot, other);
208 slot_policy::destroy(alloc, slot);
215 slot_policy::swap(alloc, a, b);
[all …]