Home
last modified time | relevance | path

Searched refs:meta_create (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/qi/auto/
H A Dmeta_create.hpp98 struct meta_create : meta_create_impl<T> {}; struct
103 struct meta_create<boost::optional<T> > struct
120 struct meta_create<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
140 struct meta_create<char> struct
146 struct meta_create<signed char> struct
152 struct meta_create<wchar_t> struct
159 struct meta_create<unsigned char> struct
167 struct meta_create<bool> struct
175 struct meta_create<int> struct
181 struct meta_create<short> struct
[all …]
H A Dcreate_parser.hpp20 : spirit::traits::meta_create<qi::domain, T> {};
31 return spirit::traits::meta_create<qi::domain, T>::call(); in create_parser()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auto/
H A Dmeta_create.hpp37 struct meta_create;
84 spirit::traits::meta_create<Domain, T1>::type
98 typedef spirit::traits::meta_create<Domain, T> right_type; in operator ()()
107 typedef spirit::traits::meta_create<Domain, T1> right_type; in operator ()()
133 spirit::traits::meta_create<Domain, T2>::type
147 typedef spirit::traits::meta_create<Domain, T> right_type; in operator ()()
156 typedef spirit::traits::meta_create<Domain, T2> right_type; in operator ()()
167 typedef spirit::traits::meta_create<Domain, T> subject_type;