/third_party/boost/libs/intrusive/test/ |
D | generic_set_test.hpp | 51 <>::type set_type; in test_all() typedef 59 set_type testset(values.begin(), values.end()); in test_all() 74 test_insert_advanced(values, detail::bool_< is_treap< set_type >::value >()); in test_all() 85 set_type testset(values.begin(), values.end()); in test_all() 99 <>::type set_type; in test_impl() typedef 100 set_type testset; in test_impl() 117 <>::type set_type; in test_sort() typedef 119 set_type testset1 (values.begin(), values.end()); in test_sort() 141 <>::type set_type; in test_insert() typedef 143 set_type testset; in test_insert() [all …]
|
/third_party/boost/libs/serialization/src/ |
D | void_cast.cpp | 69 typedef std::set<const void_caster *, void_caster_compare> set_type; typedef 70 typedef boost::serialization::singleton<set_type> void_caster_registry; 135 const void_cast_detail::set_type & s in vbc_downcast() 137 void_cast_detail::set_type::const_iterator it; in vbc_downcast() 163 const void_cast_detail::set_type & s in vbc_upcast() 165 void_cast_detail::set_type::const_iterator it; in vbc_upcast() 221 void_cast_detail::set_type & s in recursive_register() 232 std::pair<void_cast_detail::set_type::const_iterator, bool> result; in recursive_register() 238 void_cast_detail::set_type::const_iterator it; in recursive_register() 245 void_cast_detail::set_type::const_iterator i; in recursive_register() [all …]
|
/third_party/boost/libs/fusion/test/sequence/ |
D | set.cpp | 42 typedef set<int, std::string> set_type; in main() typedef 44 BOOST_MPL_ASSERT((traits::is_associative<set_type>)); in main() 46 set_type m(123, "Hola"); in main() 55 … boost::is_same<boost::fusion::result_of::value_at_key<set_type, int>::type, int>::value)); in main() 57 …boost::is_same<boost::fusion::result_of::value_at_key<set_type, std::string>::type, std::string>::… in main() 61 BOOST_STATIC_ASSERT((boost::fusion::result_of::has_key<set_type, int>::value)); in main() 62 BOOST_STATIC_ASSERT((boost::fusion::result_of::has_key<set_type, std::string>::value)); in main() 63 BOOST_STATIC_ASSERT((!boost::fusion::result_of::has_key<set_type, double>::value)); in main() 71 …s_same<boost::fusion::result_of::key_of<boost::fusion::result_of::begin<set_type>::type>::type, in… in main() 72 …::key_of<boost::fusion::result_of::next<boost::fusion::result_of::begin<set_type>::type>::type>::t… in main() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_gather_ssa_types.c | 28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() function 125 set_type(alu->src[0].src.ssa->index, nir_type_bool, in nir_gather_ssa_types() 136 set_type(alu->src[i].src.ssa->index, info->input_types[i], in nir_gather_ssa_types() 139 set_type(alu->dest.dest.ssa.index, info->output_type, in nir_gather_ssa_types() 149 set_type(tex->src[i].src.ssa->index, in nir_gather_ssa_types() 154 set_type(tex->dest.ssa.index, tex->dest_type, in nir_gather_ssa_types() 169 set_type(intrin->dest.ssa.index, in nir_gather_ssa_types() 179 set_type(intrin->src[1].ssa->index, in nir_gather_ssa_types() 188 set_type(intrin->dest.ssa.index, in nir_gather_ssa_types() 195 set_type(intrin->src[0].ssa->index, in nir_gather_ssa_types() [all …]
|
/third_party/boost/libs/geometry/test/ |
D | count_set.hpp | 70 typedef std::set<std::size_t> set_type; typedef 71 set_type m_values; 73 set_type combine(const set_type& a, const set_type& b) const in combine() 75 set_type result; in combine()
|
/third_party/elfio/examples/writer/ |
D | writer.cpp | 53 writer.set_type( ET_EXEC ); in main() 58 text_sec->set_type( SHT_PROGBITS ); in main() 79 text_seg->set_type( PT_LOAD ); in main() 91 data_sec->set_type( SHT_PROGBITS ); in main() 103 data_seg->set_type( PT_LOAD ); in main() 115 note_sec->set_type( SHT_NOTE ); in main()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 49 writer.set_type( ET_REL ); in main() 68 text_sec->set_type( SHT_PROGBITS ); in main() 75 str_sec->set_type( SHT_STRTAB ); in main() 84 sym_sec->set_type( SHT_SYMTAB ); in main() 101 rel_sec->set_type( SHT_REL ); in main() 122 note_sec->set_type( SHT_NOTE ); in main()
|
/third_party/boost/libs/container/test/ |
D | flat_set_adaptor_test.cpp | 34 > set_type; typedef 55 < GetSetContainer<vector<int> >::apply<int>::set_type in main() 64 < GetSetContainer<small_vector<int, 7> >::apply<int>::set_type in main() 73 < GetSetContainer<static_vector<int, MaxElem * 10> >::apply<int>::set_type in main() 82 < GetSetContainer<stable_vector<int> >::apply<int>::set_type in main() 92 < GetSetContainer<deque<int> >::apply<int>::set_type in main()
|
D | set_test.cpp | 77 typedef set<test::movable_int> set_type; in node_type_test() typedef 78 set_type src; in node_type_test() 88 set_type dst; in node_type_test() 101 set_type::insert_return_type r; in node_type_test() 321 > set_type; typedef 478 < GetAllocatorSet<std::allocator<void>, red_black_tree>::apply<int>::set_type in main() 487 < GetAllocatorSet<new_allocator<void>, avl_tree>::apply<int>::set_type in main() 496 < GetAllocatorSet<adaptive_pool<void>, scapegoat_tree>::apply<int>::set_type in main() 507 < GetAllocatorSet<new_allocator<void>, splay_tree>::apply<test::movable_int>::set_type in main() 516 < GetAllocatorSet<new_allocator<void>, red_black_tree>::apply<test::copyable_int>::set_type in main() [all …]
|
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/ |
D | mindir_exporter.cc | 328 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_TENSORS); in SetTensorToAttributeProto() 439 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_BOOL); in SetShapeToNodeProto() 449 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_GRAPH); in SetShapeToNodeProto() 600 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_TENSORS); in SetTypeToAttributeProto() 650 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_TENSORS); in SetValueToAttributeProto() 678 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_STRING); in SetScalarToAttributeProto_ir() 681 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_BOOL); in SetScalarToAttributeProto_ir() 685 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_INT8); in SetScalarToAttributeProto_ir() 688 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_INT16); in SetScalarToAttributeProto_ir() 691 attr_proto->set_type(mind_ir::AttributeProto_AttributeType_INT32); in SetScalarToAttributeProto_ir() [all …]
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 47 writer.set_type( ET_REL ); in write_obj_i386() 53 text_sec->set_type( SHT_PROGBITS ); in write_obj_i386() 71 data_sec->set_type( SHT_PROGBITS ); in write_obj_i386() 82 str_sec->set_type( SHT_STRTAB ); in write_obj_i386() 89 sym_sec->set_type( SHT_SYMTAB ); in write_obj_i386() 105 rel_sec->set_type( SHT_REL ); in write_obj_i386() 123 note_sec->set_type( SHT_NOTE ); in write_obj_i386() 147 writer.set_type( ET_EXEC ); in write_exe_i386() 152 text_sec->set_type( SHT_PROGBITS ); in write_exe_i386() 172 text_seg->set_type( PT_LOAD ); in write_exe_i386() [all …]
|
/third_party/boost/boost/spirit/home/support/utree/detail/ |
D | utree_detail2.hpp | 41 inline void fast_string::set_type(int t) in set_type() function in boost::spirit::detail::fast_string 700 set_type(type::invalid_type); in utree() 706 set_type(type::nil_type); in utree() 713 set_type(type::bool_type); in utree() 721 set_type(type::string_type); in utree() 728 set_type(type::int_type); in utree() 735 set_type(type::int_type); in utree() 742 set_type(type::double_type); in utree() 749 set_type(type::string_type); in utree() 756 set_type(type::string_type); in utree() [all …]
|
/third_party/boost/boost/icl/concept/ |
D | element_map.hpp | 124 erase(Type& object, const typename Type::set_type& erasure) in erase() 126 typedef typename Type::set_type set_type; in erase() typedef 127 ICL_const_FORALL(typename set_type, elem_, erasure) in erase() 161 operator -= (Type& object, const typename Type::set_type& operand) in operator -=() 163 typedef typename Type::set_type set_type; in operator -=() typedef 164 typedef typename set_type::const_iterator co_iterator; in operator -=() 182 operator - (Type object, const typename Type::set_type& subtrahend) in operator -() 325 intersects(const Type& object, const typename Type::set_type& operand) in intersects() 433 typename Type::set_type>::type& 434 domain(typename Type::set_type& domain_set, const Type& object) in domain() [all …]
|
/third_party/boost/boost/bimap/detail/ |
D | manage_bimap_key.hpp | 64 >::type set_type; typedef 68 typedef BOOST_DEDUCED_TYPENAME mpl::if_c< true, set_type, 69 BOOST_DEDUCED_TYPENAME set_type::lazy_concept_checked::type
|
/third_party/boost/libs/locale/examples/ |
D | collate.cpp | 25 typedef std::set<std::string,std::locale> set_type; in main() typedef 26 set_type all_strings; in main() 35 for(set_type::iterator p=all_strings.begin();p!=all_strings.end();++p) { in main()
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 363 set_type = self.set_tuple[0] 365 set_method = getattr(self, 'set_' + set_type) 368 if set_type in ('step', 'continue', 'quit'): 371 elif set_type in ('next', 'return'): 374 elif set_type == 'until': 384 if (args and set_type in ('break', 'clear', 'ignore', 'enable', 385 'disable')) or set_type in ('up', 'down'): 386 if set_type in ('break', 'clear'): 392 elif set_type in ('ignore', 'enable', 'disable'): 394 elif set_type in ('up', 'down'): [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_lsh_projection_parser.cc | 41 prim->set_type(mindspore::LshProjectionType::SPARSE); in Parse() 44 prim->set_type(mindspore::LshProjectionType::DENSE); in Parse() 47 prim->set_type(mindspore::LshProjectionType::UNKNOWN); in Parse()
|
/third_party/boost/boost/process/ |
D | error.hpp | 146 typedef typename boost::fusion::result_of::as_set<Sequence>::type set_type; typedef 147 typedef typename boost::fusion::result_of::has_key<set_type, ignore_error_>::type type1; 148 typedef typename boost::fusion::result_of::has_key<set_type, ignore_error_&>::type type2; 149 typedef typename boost::fusion::result_of::has_key<set_type, const ignore_error_&>::type type3;
|
/third_party/protobuf/examples/ |
D | add_person.cc | 48 phone_number->set_type(tutorial::Person::MOBILE); in PromptForAddress() 50 phone_number->set_type(tutorial::Person::HOME); in PromptForAddress() 52 phone_number->set_type(tutorial::Person::WORK); in PromptForAddress()
|
/third_party/boost/libs/bimap/test/ |
D | test_bimap_vector_of.cpp | 26 typedef boost::bimaps::vector_of<int> set_type; in main() typedef 28 boost::ignore_unused<set_type>(); in main()
|
D | test_bimap_unordered_set_of.cpp | 26 typedef boost::bimaps::unordered_set_of<int> set_type; in main() typedef 28 boost::ignore_unused<set_type>(); in main()
|
D | test_bimap_set_of.cpp | 26 typedef boost::bimaps::set_of<int> set_type; in main() typedef 28 boost::ignore_unused<set_type>(); in main()
|
D | test_bimap_list_of.cpp | 26 typedef boost::bimaps::list_of<int> set_type; in main() typedef 28 boost::ignore_unused<set_type>(); in main()
|
D | test_bimap_multiset_of.cpp | 26 typedef boost::bimaps::multiset_of<int> set_type; in main() typedef 28 boost::ignore_unused<set_type>(); in main()
|
D | test_bimap_unordered_multiset_of.cpp | 26 typedef boost::bimaps::unordered_multiset_of<int> set_type; in main() typedef 31 boost::ignore_unused<set_type>(); in main()
|