Home
last modified time | relevance | path

Searched defs:make_primitive (Results 1 – 17 of 17) 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/string/
H A Dlit.hpp185 struct make_primitive<T, Modifiers struct
188 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case;
190 typedef typename add_const<T>::type const_string;
195 result_type;
197 result_type operator()( in operator ()()
204 result_type op(String const& str, mpl::false_) const in op()
210 result_type op(String const& str, mpl::true_) const in op()
220 struct make_primitive< struct
225 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case;
227 typedef typename add_const<A0>::type const_string;
[all …]
H A Dsymbols.hpp385 struct make_primitive<reference<symbols<Char, T, Lookup, Filter> >, Modifiers> struct
388 struct no_case_filter
396 typedef has_modifier<Modifiers, tag::char_code_base<tag::no_case> > no_case;
397 typedef reference<symbols<Char, T, Lookup, Filter> > reference_;
403 nc_filter;
409 result_type;
411 result_type operator()(reference_ ref, unused_type) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp444 struct make_primitive<char, Modifiers> struct
448 struct make_primitive<char const(&)[2], Modifiers> struct
452 struct make_primitive<wchar_t, Modifiers> struct
456 struct make_primitive<wchar_t const(&)[2], Modifiers> struct
460 struct make_primitive< struct
465 char_encoding;
467 typedef tag::char_code<tag::char_, char_encoding> tag;
468 typedef char_class<tag> result_type;
469 result_type operator()(unused_type, unused_type) const in operator ()()
478 struct make_primitive< struct
[all …]
H A Dchar_class.hpp96 struct make_primitive<tag::char_code<CharClass, CharEncoding>, Modifiers> struct
98 static bool const no_case =
103 char_encoding;
108 tag;
110 typedef char_class<tag> result_type;
111 result_type operator()(unused_type, unused_type) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/
H A Duint.hpp344 struct make_primitive< struct
350 struct make_primitive< struct
356 struct make_primitive< struct
363 struct make_primitive< struct
372 struct make_primitive< struct
379 struct make_primitive< struct
386 struct make_primitive<tag::bin, Modifiers> struct
390 struct make_primitive< struct
397 struct make_primitive<tag::oct, Modifiers> struct
401 struct make_primitive< struct
[all …]
H A Dint.hpp316 struct make_primitive< struct
322 struct make_primitive< struct
328 struct make_primitive< struct
335 struct make_primitive< struct
344 struct make_primitive< struct
351 struct make_primitive< struct
359 struct make_primitive<tag::short_, Modifiers> struct
364 struct make_primitive< struct
372 struct make_primitive<tag::int_, Modifiers> struct
377 struct make_primitive< struct
[all …]
H A Dreal.hpp279 struct make_primitive< struct
285 struct make_primitive< struct
291 struct make_primitive< struct
298 struct make_primitive< struct
303 struct make_primitive< struct
310 struct make_primitive<tag::float_, Modifiers> struct
314 struct make_primitive< struct
321 struct make_primitive<tag::double_, Modifiers> struct
325 struct make_primitive< struct
332 struct make_primitive<tag::long_double, Modifiers> struct
[all …]
H A Dbool.hpp298 struct make_primitive< struct
305 struct make_primitive<tag::false_, Modifiers> struct
310 struct make_primitive<tag::true_, Modifiers> struct
316 struct make_primitive< struct
321 struct make_primitive< struct
328 struct make_primitive<tag::bool_, Modifiers> struct
332 struct make_primitive< struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Deps.hpp109 struct make_primitive<tag::eps, Modifiers> struct
111 typedef eps_parser result_type;
112 result_type operator()(unused_type, unused_type) const in operator ()()
119 struct make_primitive< struct
123 typedef semantic_predicate result_type;
125 result_type operator()(Terminal const& term, unused_type) const in operator ()()
H A Dattr.hpp85 struct make_primitive< struct
89 typedef typename add_const<A0>::type const_value;
90 typedef attr_parser<const_value> result_type;
93 result_type operator()(Terminal const& term, unused_type) const in operator ()()
H A Dlazy.hpp227 struct make_primitive<phoenix::actor<Eval>, Modifiers> struct
229 typedef lazy_parser<phoenix::actor<Eval>, Modifiers> result_type;
230 result_type operator()(phoenix::actor<Eval> const& f in operator ()()
238 struct make_primitive<lazy_terminal<Terminal, Actor, Arity>, Modifiers> struct
240 typedef lazy_parser<Actor, Modifiers> result_type;
241 result_type operator()( in operator ()()
H A Deoi.hpp68 struct make_primitive<tag::eoi, Modifiers> struct
70 typedef eoi_parser result_type;
71 result_type operator()(unused_type, unused_type) const in operator ()()
H A Deol.hpp86 struct make_primitive<tag::eol, Modifiers> struct
88 typedef eol_parser result_type;
89 result_type operator()(unused_type, unused_type) const in operator ()()
H A Dattr_cast.hpp127 struct make_primitive< struct
130 typedef attr_cast_parser<Exposed, Transformed, Expr> result_type;
133 result_type operator()(Terminal const& term, unused_type) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/
H A Dmeta_compiler.hpp32 struct make_primitive // by default, return it as-is struct
34 typedef T result_type;
37 T_& operator()(T_& val, unused_type) const in operator ()()
43 T_ const& operator()(T_ const& val, unused_type) const in operator ()()
/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 Dauto.hpp79 struct make_primitive<tag::auto_, Modifiers> struct
81 typedef auto_parser<Modifiers> result_type;
83 result_type operator()(unused_type, Modifiers const& modifiers) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/
H A Dstream.hpp112 struct make_primitive<tag::stream, Modifiers> : make_stream<char> {}; struct
115 struct make_primitive<tag::wstream, Modifiers> : make_stream<wchar_t> {}; struct