/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | saved_handler.hpp | 43 using alloc_type = typename typedef in boost::beast::saved_handler::impl 48 beast::detail::allocator_traits<alloc_type>; 50 struct ebo_pair : boost::empty_value<alloc_type> 56 alloc_type const& a, in ebo_pair() 58 : boost::empty_value<alloc_type>( in ebo_pair() 78 impl(alloc_type const& a, Handler_&& h) in impl() 119 using alloc_type = typename in emplace() typedef 124 beast::detail::allocator_traits<alloc_type>; in emplace() 127 alloc_type a; in emplace()
|
/third_party/boost/boost/beast/core/impl/ |
D | saved_handler.hpp | 43 using alloc_type = typename typedef in boost::beast::saved_handler::impl 48 beast::detail::allocator_traits<alloc_type>; 50 struct ebo_pair : boost::empty_value<alloc_type> 56 alloc_type const& a, in ebo_pair() 58 : boost::empty_value<alloc_type>( in ebo_pair() 78 impl(alloc_type const& a, Handler_&& h) in impl() 119 using alloc_type = typename in emplace() typedef 124 beast::detail::allocator_traits<alloc_type>; in emplace() 127 alloc_type a; in emplace()
|
/third_party/boost/boost/histogram/ |
D | unlimited_storage.hpp | 209 using alloc_type = in destroy() typedef 211 alloc_type a(alloc); // rebind allocator in destroy() 225 using alloc_type = in make() typedef 227 alloc_type a(alloc); in make() 241 using alloc_type = in make() typedef 243 alloc_type a(alloc); in make()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | btree.h | 250 using alloc_type = typename value_allocator::template rebind<InnerNode>::other; variable 278 using alloc_type = typename value_allocator::template rebind<LeafNode>::other; variable 318 typename LeafNode::alloc_type alloc(alloc_); in Init()
|
D | btree_impl.tpp | 220 typename InnerNode::alloc_type alloc(alloc_); 241 typename LeafNode::alloc_type alloc(this->alloc_); 437 typename LeafNode::alloc_type alloc(alloc_); 442 typename InnerNode::alloc_type alloc(alloc_);
|
/third_party/boost/boost/interprocess/detail/ |
D | segment_manager_helper.hpp | 104 if(alloc_type() != anonymous_type){ in total_size() 124 unsigned char alloc_type() const in alloc_type() function
|
/third_party/boost/boost/interprocess/ |
D | segment_manager.hpp | 311 if(ctrl_data->alloc_type() != anonymous_type){ in prot_anonymous_destroy() 776 switch(ctrl_data->alloc_type()){ in priv_destroy_ptr() 802 boost::interprocess::allocation_type type = ctrl_data->alloc_type(); in priv_get_instance_name() 828 BOOST_ASSERT((instance_type)ctrl_data->alloc_type() < max_allocation_type); in priv_get_instance_type() 829 return (instance_type)ctrl_data->alloc_type(); in priv_get_instance_type()
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 445 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info() 446 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info() 447 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info() 457 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info() 458 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info() 459 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info() 1795 if (curseg->alloc_type == SSR) in read_compacted_summaries() 1961 array[i].alloc_type = cp->alloc_type[i]; in build_curseg() 2627 curseg->alloc_type == LFS ? "LFS" : "SSR"); in relocate_curseg_offset() 2630 curseg->alloc_type = SSR; in relocate_curseg_offset() [all …]
|
D | f2fs.h | 177 unsigned char alloc_type; /* current allocation type */ member
|
D | fsck.c | 2376 if (curseg->alloc_type == SSR) in check_curseg_offset()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_internal.h | 171 const struct dxil_type *alloc_type; member
|
D | dxil_module.h | 436 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
|
D | dxil_module.c | 2805 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type, in dxil_emit_alloca() argument 2813 dxil_module_get_pointer_type(m, alloc_type); in dxil_emit_alloca() 2821 instr->alloca.alloc_type = alloc_type; in dxil_emit_alloca() 3153 assert(instr->alloca.alloc_type->id >= 0); in emit_alloca() 3158 instr->alloca.alloc_type->id, in emit_alloca()
|
D | dxil_dump.c | 523 dump_type_name(d, alloca->alloc_type); in dump_instr_alloca()
|
/third_party/protobuf/src/google/protobuf/ |
D | map.h | 965 using alloc_type = typename Allocator::template rebind<U>::other; 966 return alloc_type(alloc_).allocate(n); 972 using alloc_type = typename Allocator::template rebind<U>::other; 973 alloc_type(alloc_).deallocate(t, n);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 1417 const glsl_type *alloc_type = in emit_scratch_write() local 1419 const src_reg temp = swizzle(retype(src_reg(this, alloc_type), in emit_scratch_write() 1433 dst_reg shuffled = dst_reg(this, alloc_type); in emit_scratch_write()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 727 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|