Searched defs:attribute_size (Results 1 – 3 of 3) sorted by relevance
520 struct attribute_size struct525 struct attribute_size<optional<Attribute> > struct527 typedef typename attribute_size<Attribute>::type type;529 static type call(optional<Attribute> const& val) in call()550 struct attribute_size<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct552 typedef std::size_t type;554 static type call(variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& val) in call()561 struct attribute_size<iterator_range<Iterator> > struct564 difference_type type;566 static type call(iterator_range<Iterator> const& r) in call()[all …]
329 struct attribute_size<fusion::extension::adt_attribute_proxy<T, N, Const> > struct335 >::type embedded_type;337 typedef typename attribute_size<embedded_type>::type type;340 call(fusion::extension::adt_attribute_proxy<T, N, Const> const& val) in call()
38 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, NULL, 0); in GetCompositionSelectionRange() local