Searched refs:component_type (Results 1 – 12 of 12) sorted by relevance
34 typedef typename wrapped_type<T>::type component_type; typedef in boost::iostreams::detail::mode_adapter44 explicit mode_adapter(const component_type& t) : t_(t) { } in mode_adapter()87 component_type t_;
213 typedef typename component_type<number<To> >::type to_component_type; in generic_interconvert()224 typedef typename component_type<number<To> >::type to_component_type; in generic_interconvert()377 typedef typename component_type<actual_from_type>::type integer_type; in generic_convert_rational_to_float()400 typename component_type<number<To> >::type num, denom; in generic_interconvert_float2rational()430 typename component_type<number<To> >::type num, denom; in generic_interconvert_float2rational()
1016 struct component_type;1018 struct component_type<number<T, ExpressionTemplates> > : public component_type<T>{}; struct1020 struct component_type<detail::expression<tag, A1, A2, A3, A4> > : public component_type<typename de… struct
100 u8 component_type; member185 u8 component_type; member
170 enum dpsw_component_type component_type; member
354 attr->component_type = dpsw_get_field(rsp_params->component_type, in dpsw_get_attributes()
249 typedef typename component_type<number<rational_adaptor<IntBackend> > >::type comp_t; in eval_convert_to()259 typedef typename component_type<number<rational_adaptor<IntBackend> > >::type comp_t; in eval_convert_to()302 struct component_type<rational_adaptor<T> > struct
1878 struct component_type<boost::rational<I> > struct
94 virtual const std::type_info& component_type() const = 0;
77 const std::type_info& component_type() const { return typeid(T); } in component_type() function in boost::iostreams::detail::direct_streambuf
97 const std::type_info& component_type() const { return typeid(T); } in component_type() function in boost::iostreams::detail::indirect_streambuf
81 typedef Component component_type; typedef