Home
last modified time | relevance | path

Searched defs:attribute_size (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dattributes.hpp520 struct attribute_size struct
525 struct attribute_size<optional<Attribute> > struct
527 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)> > struct
552 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> > struct
564 difference_type type;
566 static type call(iterator_range<Iterator> const& r) in call()
[all …]
Dadapt_adt_attributes.hpp329 struct attribute_size<fusion::extension::adt_attribute_proxy<T, N, Const> > struct
335 >::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()
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc40 int attribute_size = ::ImmGetCompositionString(imc, GCS_COMPATTR, nullptr, 0); in GetCompositionSelectionRange() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp4453 static const GLintptr attribute_size = 4 * sizeof(GLfloat); in iterate() local