/third_party/boost/boost/fiber/detail/ |
D | data.hpp | 26 struct data_t { struct 27 spinlock_lock * lk{ nullptr }; 28 context * ctx{ nullptr }; 29 context * from; 31 explicit data_t( context * from_) noexcept : in data_t() function 35 explicit data_t( spinlock_lock * lk_, in data_t() argument 41 explicit data_t( context * ctx_, in data_t() function
|
/third_party/boost/boost/coroutine/detail/ |
D | data.hpp | 22 struct data_t struct 24 coroutine_context * from; 25 void * data;
|
/third_party/boost/libs/mpi/src/python/ |
D | serialize.cpp | 19 struct pickle::data_t { struct in boost::python::pickle 20 object module; 21 object dumps; 22 object loads;
|
/third_party/gettext/gettext-tools/tests/ |
D | intl-setlocale-1-prg.c | 38 struct data_t struct 44 struct data_t strings[] = argument
|
/third_party/boost/boost/property_map/parallel/ |
D | distributed_property_map.hpp | 413 struct data_t struct in boost::parallel::distributed_property_map 415 data_t(const ProcessGroup& pg, const GlobalMap& global, in data_t() argument 423 ProcessGroup process_group; 427 GlobalMap global; 430 StorageMap storage; 433 shared_ptr<ghost_cells_type> ghost_cells; 438 std::size_t max_ghost_cells; 442 function1<value_type, key_type> get_default_value; 447 bool has_default_resolver; 450 int model; [all …]
|
/third_party/boost/boost/type_traits/ |
D | aligned_storage.hpp | 43 union data_t union 54 union data_t union
|
/third_party/boost/libs/range/test/ |
D | extension_mechanism.cpp | 46 typedef std::vector<int> data_t; typedef
|
/third_party/boost/boost/intrusive/ |
D | list.hpp | 141 struct data_t : public value_traits struct in boost::intrusive::list_impl 143 typedef typename list_impl::value_traits value_traits; 144 explicit data_t(const value_traits &val_traits) in data_t() function 148 root_plus_size root_plus_size_;
|
D | slist.hpp | 235 struct data_t struct in boost::intrusive::slist_impl 238 typedef typename slist_impl::value_traits value_traits; 239 explicit data_t(const value_traits &val_traits) in data_t() function 243 root_plus_size root_plus_size_;
|
/third_party/boost/libs/stl_interfaces/test/ |
D | forward.cpp | 137 using data_t = decltype(std::declval<T>().data()); typedef
|
D | input.cpp | 180 using data_t = decltype(std::declval<T>().data()); typedef
|
D | bidirectional.cpp | 266 using data_t = decltype(std::declval<T>().data()); typedef
|
D | random_access.cpp | 354 using data_t = decltype(std::declval<T>().data()); typedef
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-object.c | 184 } data_t; typedef
|
D | test-unicode.c | 52 } data_t; typedef
|
/third_party/harfbuzz/test/api/ |
D | test-object.c | 184 } data_t; typedef
|
D | test-unicode.c | 52 } data_t; typedef
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-object.c | 184 } data_t; typedef
|
D | test-unicode.c | 52 } data_t; typedef
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 168 struct data_t struct 170 __int64 liKeBootTime; 171 __int64 liKeSystemTime; 172 __int64 liExpTimeZoneBias; 173 unsigned long uCurrentTimeZoneId; 174 unsigned long dwReserved;
|
/third_party/boost/libs/multiprecision/performance/ |
D | delaunay_test.cpp | 219 typedef std::vector<dt_dat> data_t; typedef
|
/third_party/boost/boost/container/detail/ |
D | adaptive_node_pool_impl.hpp | 1062 , RealNodeSize, NodesPerBlock, HdrOffsetSize, OverheadPercent, AlignOnly> data_t; typedef in boost::container::dtl::private_adaptive_node_pool_impl_ct 1154 typedef private_adaptive_node_pool_impl_rt_data<typename SegmentManagerBase::size_type> data_t; typedef in boost::container::dtl::private_adaptive_node_pool_impl_rt
|
/third_party/boost/boost/interprocess/ |
D | segment_manager.hpp | 555 typedef typename ipcdetail::char_if_void<T>::type data_t; in destroy_ptr() typedef
|