Home
last modified time | relevance | path

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

12345678

/third_party/boost/libs/core/test/
Dpointer_traits_element_type_test.cpp23 typedef bool element_type; typedef
28 typedef bool element_type; typedef
33 typedef bool element_type; typedef
42 typedef bool element_type; typedef
/third_party/boost/boost/align/detail/
Delement_type.hpp82 struct element_type { struct
84 remove_reference<T>::type>::type>::type type;
/third_party/mindspore/mindspore/core/ir/dtype/
Dtensor_type.h47 void set_element(const TypePtr &element_type) { element_type_ = element_type; } in set_element()
70 void set_element(const TypePtr &element_type) { element_type_ = element_type; } in set_element()
93 void set_element(const TypePtr &element_type) { element_type_ = element_type; } in set_element()
116 void set_element(const TypePtr &element_type) { element_type_ = element_type; } in set_element()
/third_party/boost/libs/iterator/test/
Dpointee.cpp14 typedef T element_type; typedef
30 typedef typename boost::add_const<T>::type element_type; typedef
Dindirect_iter_member_types.cpp22 typedef zow const element_type; typedef
/third_party/boost/boost/geometry/index/detail/rtree/linear/
Dredistribute_elements.hpp86 typedef typename Elements::value_type element_type; typedef
185 typedef typename Elements::value_type element_type; typedef
240 typedef typename Elements::value_type element_type; typedef
276 typedef typename Elements::value_type element_type; typedef
307 typedef typename Elements::value_type element_type; in pick_seeds() typedef
347 typedef typename elements_type::value_type element_type; in apply() typedef
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp205 [](const opt::analysis::Type* element_type) { in ContainsPointer()
223 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_composite_inserts.cpp206 [](const opt::analysis::Type* element_type) { in ContainsPointer()
224 [](const opt::analysis::Type* element_type) { in ContainsRuntimeArray()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h158 const Type* element_type() const { return element_type_; } in element_type() function
176 const Type* element_type() const { return element_type_; } in element_type() function
233 const Type* element_type() const { return element_type_; } in element_type() function
251 const Type* element_type() const { return element_type_; } in element_type() function
/third_party/boost/libs/move/test/
Dunique_ptr_test_utils_beg.hpp42 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in def_constr_deleter
67 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in copy_constr_deleter
107 typedef typename ::boost::move_upmu::remove_extent<T>::type element_type; typedef in move_constr_deleter
199 typedef typename unique_ptr_type::element_type element_type; typedef
/third_party/boost/boost/geometry/index/detail/rtree/quadratic/
Dredistribute_elements.hpp44 typedef typename Elements::value_type element_type; in pick_seeds() typedef
119 typedef typename elements_type::value_type element_type; in apply() typedef
273 typedef typename boost::iterator_value<It>::type element_type; in pick_next() typedef
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c44 const struct glsl_type *element_type = glsl_get_array_element(type); in set_opaque_binding() local
204 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
220 const struct glsl_type *element_type = glsl_get_array_element(type); in set_uniform_initializer() local
Dlink_uniform_initializers.cpp110 const glsl_type *const element_type = type->fields.array; in set_opaque_binding() local
205 const glsl_type *const element_type = type->fields.array; in set_uniform_initializer() local
/third_party/boost/libs/icl/test/
Dtest_set_interval_set_shared.hpp137 typedef typename IntervalSetT::element_type element_type; in interval_set_check_containedness_4_bicremental_types() typedef
162 typedef typename IntervalSetT::element_type element_type; in interval_set_check_inner_complementarity_4_bicremental_types() typedef
179 typedef typename IntervalSetT::element_type element_type; in interval_set_check_length_complementarity_4_bicremental_types() typedef
/third_party/mindspore/mindspore/core/ir/
Ddtype_extends.cc133 auto element_type = StringToType(element_str); in TensorStrToType() local
152 auto element_type = StringToType(element_str); in RowTensorStrToType() local
169 auto element_type = StringToType(element_str); in SparseTensorStrToType() local
186 auto element_type = StringToType(element_str); in UndeterminedStrToType() local
/third_party/boost/boost/icl/
Dmap.hpp111 typedef std::pair<const DomainT, CodomainT> element_type; typedef in boost::icl::map
416 typedef typename Type::element_type element_type; typedef
426 typedef typename Type::element_type element_type; typedef
513 typedef typename Type::element_type element_type; typedef
521 typedef typename Type::element_type element_type; typedef
535 typedef typename Type::element_type element_type; typedef
552 typedef typename Type::element_type element_type; typedef
/third_party/boost/boost/intrusive/detail/
Duncast.hpp35 typedef typename pointer_traits<ConstNodePtr>::element_type element_type; typedef
/third_party/boost/boost/beast/core/
Dhandler_ptr.hpp72 using element_type = T; typedef in boost::beast::handler_ptr
/third_party/mesa3d/src/compiler/glsl/tests/
Duniform_initializer_utils.cpp190 const glsl_type *const element_type = in generate_array_data() local
244 const glsl_type *const element_type = val->const_elements[0]->type; in verify_data() local
/third_party/boost/boost/interprocess/smart_ptr/
Denable_shared_from_this.hpp76 typedef T element_type; typedef in boost::interprocess::enable_shared_from_this
/third_party/boost/libs/type_erasure/example/
Dassociated.cpp68 typedef deduced<pointee<T> > element_type; typedef
/third_party/boost/boost/move/detail/
Diterator_to_raw_pointer.hpp42 typedef typename boost::movelib::pointer_element<pointer>::type element_type; typedef
/third_party/boost/boost/icl/detail/
Delement_iterator.hpp146 typedef domain_type element_type; typedef
169 typedef std::pair<DomainT, CodomainT> element_type; typedef
198 typedef domain_type element_type; typedef
223 typedef std::pair<domain_type, codomain_type> element_type; typedef
257 typedef typename elemental<segment_type>::type element_type; typedef in boost::icl::element_iterator
/third_party/boost/boost/fusion/container/deque/detail/
Dat_impl.hpp46 element_type; typedef

12345678