Home
last modified time | relevance | path

Searched defs:component_type (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcomplex128.hpp18 struct component_type<number<complex_adaptor<float128_backend> > > struct
20 typedef float128 type;
Drational_adaptor.hpp306 struct component_type<number<backends::rational_adaptor<Backend>, ExpressionTemplates> > struct
308 typedef number<Backend, ExpressionTemplates> type;
Dcomplex_adaptor.hpp846 struct component_type<number<complex_adaptor<Backend>, ExpressionTemplates> > struct
848 typedef number<Backend, ExpressionTemplates> type;
Dmpc.hpp1507 struct component_type<number<mpc_complex_backend<Digits10>, ExpressionTemplates> > struct
1509 typedef number<mpfr_float_backend<Digits10>, ExpressionTemplates> type;
1513 struct component_type<number<logged_adaptor<mpc_complex_backend<Digits10> >, ExpressionTemplates> > struct
1515 typedef number<mpfr_float_backend<Digits10>, ExpressionTemplates> type;
Dmpfi.hpp1251 struct component_type<number<mpfi_float_backend<Digits10>, ExpressionTemplates> > struct
1253 typedef number<mpfr_float_backend<Digits10>, ExpressionTemplates> type;
Dnumber.hpp2195 struct component_type<boost::rational<I> > struct
2197 typedef I type;
Dgmp.hpp2381 struct component_type<number<gmp_rational, ExpressionTemplates> > struct
2383 typedef number<gmp_int, ExpressionTemplates> type;
/third_party/boost/boost/graph/
Dpoint_traits.hpp20 typedef typename Point::component_type component_type; typedef
/third_party/boost/boost/iostreams/
Dchain.hpp167 const boost::core::typeinfo& component_type(int n) const in component_type() function in boost::iostreams::detail::chain_base
176 const boost::core::typeinfo& component_type() const { return component_type(N); } in component_type() function in boost::iostreams::detail::chain_base
226 typedef typename unwrap_ios<T>::type component_type; in push_impl() typedef
458 const boost::core::typeinfo& component_type(int n) const in component_type() function in boost::iostreams::detail::chain_client
463 const boost::core::typeinfo& component_type() const in component_type() function in boost::iostreams::detail::chain_client
Dpipeline.hpp81 typedef Component component_type; typedef
/third_party/boost/libs/numeric/ublas/test/
Dtest_fixed_containers.cpp34 typedef typename data_type<T>::value_type component_type; in test_vector() typedef
179 typedef typename data_type<T>::value_type component_type; in test_matrix() typedef
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_angle_format_table.py190 def get_named_component_type(component_type): argument
/third_party/boost/boost/iostreams/detail/adapter/
Dmode_adapter.hpp34 typedef typename wrapped_type<T>::type component_type; typedef in boost::iostreams::detail::mode_adapter
/third_party/weston/libweston/
Dpixel-formats.h116 } component_type; member
/third_party/boost/boost/iostreams/detail/streambuf/
Ddirect_streambuf.hpp77 const boost::core::typeinfo& component_type() const { return BOOST_CORE_TYPEID(T); } in component_type() function in boost::iostreams::detail::direct_streambuf
Dindirect_streambuf.hpp97 const boost::core::typeinfo& component_type() const { return BOOST_CORE_TYPEID(T); } in component_type() function in boost::iostreams::detail::indirect_streambuf
/third_party/boost/boost/spirit/home/karma/detail/
Dalternative_function.hpp117 component_type; in call() typedef
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp464 const analysis::Type* component_type = in DoVectorShuffle() local
695 const auto* component_type = components.front()->type(); in CreateConst() local
Dconstants.h242 const analysis::Type* component_type() { return component_type_; } in component_type() function
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp1720 struct component_type struct
1722 typedef T type;
1725 struct component_type<detail::expression<tag, A1, A2, A3, A4> > : public component_type<typename de… struct
/third_party/ffmpeg/libavformat/
Dmpegts.c2078 int component_type = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() local
2092 int component_type = get8(pp, desc_end); in ff_parse_mpeg2_descriptor() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h595 guint8 component_type; member
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h249 guint32 component_type; member