Home
last modified time | relevance | path

Searched defs:make_attribute (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes.hpp968 struct make_attribute struct
970 typedef typename remove_const<Attribute>::type attribute_type;
976 type;
983 value_type;
985 static Attribute call(unused_type) in call()
992 static T& call(T& value) in call()
999 struct make_attribute<Attribute&, ActualAttribute> struct
1004 struct make_attribute<Attribute const&, ActualAttribute> struct
1009 struct make_attribute<unused_type, ActualAttribute> struct
1011 typedef unused_type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/action/
H A Daction.hpp55 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef
112 typedef traits::make_attribute<attr_type, unused_type> make_attribute; in parse() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Drule.hpp284 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef
330 typedef traits::make_attribute<attr_type, Attribute> make_attribute; in parse() typedef