Home
last modified time | relevance | path

Searched defs:slot_type (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/signals2/example/
Ddoc_view_acm_deconstruct.cpp64 typedef Document::signal_t::slot_type slot_type; in adl_postconstruct() typedef
94 typedef Document::signal_t::slot_type slot_type; in adl_postconstruct() typedef
Ddoc_view_acm.cpp61 typedef Document::signal_t::slot_type slot_type; in create() typedef
88 typedef Document::signal_t::slot_type slot_type; in create() typedef
/third_party/boost/libs/signals2/test/
Dsignal_test.cpp189 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
201 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
214 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
247 typedef signal_type::slot_type slot_type; in test_typedefs_etc() typedef
Dsignal_n_test.cpp256 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
268 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
281 typedef typename signal_type::extended_slot_type slot_type; in test_extended_slot() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc39 using slot_type = int64_t; typedef
72 struct slot_type { struct in absl::container_internal::__anoneab697cb0111::StringPolicy
73 struct ctor {};
76 slot_type(ctor, Ts&&... ts) : pair(std::forward<Ts>(ts)...) {} in slot_type() function
78 std::pair<std::string, std::string> pair;
Dnode_hash_policy.h52 using slot_type = typename std::remove_cv< member
Dhash_policy_traits_test.cc37 using slot_type = Slot; typedef
Draw_hash_set_test.cc282 using slot_type = T; typedef
333 struct slot_type { struct in absl::container_internal::__anonf8ec47400111::StringPolicy
334 struct ctor {};
337 slot_type(ctor, Ts&&... ts) : pair(std::forward<Ts>(ts)...) {} in slot_type() argument
339 std::pair<std::string, std::string> pair;
699 using slot_type = DecomposeType; typedef
Dcontainer_memory_test.cc232 using slot_type = typename slot_policy::slot_type; in TEST() typedef
Draw_hash_set_probe_benchmark.cc49 using slot_type = T; typedef
Draw_hash_set_allocator_test.cc130 using slot_type = Tracked<int32_t>; typedef
/third_party/abseil-cpp/absl/container/internal/
Dnode_hash_policy.h52 using slot_type = typename std::remove_cv< member
Dhash_policy_traits_test.cc37 using slot_type = Slot; typedef
Draw_hash_set_test.cc254 using slot_type = int64_t; typedef
287 struct slot_type { struct in absl::container_internal::__anon48411a4b0111::StringPolicy
288 struct ctor {};
291 slot_type(ctor, Ts&&... ts) : pair(std::forward<Ts>(ts)...) {} in slot_type() function
293 std::pair<std::string, std::string> pair;
573 using slot_type = DecomposeType; typedef
Dcontainer_memory_test.cc231 using slot_type = typename slot_policy::slot_type; in TEST() typedef
Draw_hash_set_allocator_test.cc130 using slot_type = Tracked<int32_t>; typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_manager.h41 using slot_type = uint16_t; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set.h455 using slot_type = T; member
Dflat_hash_map.h555 using slot_type = typename slot_policy::slot_type; member
/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h455 using slot_type = T; member
Dflat_hash_map.h555 using slot_type = typename slot_policy::slot_type; member
/third_party/boost/boost/fiber/detail/
Dcontext_spinlock_queue.hpp31 typedef context * slot_type; typedef in boost::fibers::detail::context_spinlock_queue
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h38 using slot_type = uint16_t; member
88 using slot_type = typename T::slot_type; variable
/third_party/mindspore/tests/ut/cpp/dataset/
Dbtree_test.cc33 using slot_type = uint16_t; typedef
/third_party/boost/boost/fiber/
Dbuffered_channel.hpp41 using slot_type = value_type; typedef in boost::fibers::buffered_channel