Home
last modified time | relevance | path

Searched refs:char_code (Results 1 – 9 of 9) 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/char/
H A Dchar.hpp46 tag::char_code<tag::char_, CharEncoding> // enables char_
53 tag::char_code<tag::char_, CharEncoding> // enables char_('x'), char_("x")
61 tag::char_code<tag::char_, CharEncoding> // enables char_('a','z')
69 , tag::char_code<tag::char_, CharEncoding>
76 , tag::char_code<tag::char_, CharEncoding>
461 terminal<tag::char_code<tag::char_, CharEncoding> >, Modifiers>
467 typedef tag::char_code<tag::char_, char_encoding> tag;
480 tag::char_code<tag::char_, CharEncoding>
539 tag::char_code<tag::char_, CharEncoding>
563 tag::char_code<tag::char_, CharEncoding>
[all …]
H A Dchar_class.hpp30 struct use_terminal<qi::domain, tag::char_code<CharClass, CharEncoding> >
96 struct make_primitive<tag::char_code<CharClass, CharEncoding>, Modifiers>
105 typedef tag::char_code<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Dno_case.hpp24 qi::domain, tag::char_code<tag::no_case, CharEncoding> > // enables no_case
28 struct is_modifier_directive<qi::domain, tag::char_code<tag::no_case, CharEncoding> >
H A Dencoding.hpp24 qi::domain, tag::char_code<tag::encoding, CharEncoding> > // enables encoding
28 struct is_modifier_directive<qi::domain, tag::char_code<tag::encoding, CharEncoding> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp62 : proto::terminal<tag::char_code<tag::encoding, Encoding> >::type
160 typedef tag::char_code<tag::char_, charset> char_; \
161 typedef tag::char_code<tag::string, charset> string; \
190 typedef proto::terminal<tag::char_code<tag::name, charset> >::type \
197 typedef proto::terminal<tag::char_code<tag::name, charset> >::type \
H A Dchar_class.hpp272 struct char_code struct
/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.hpp54 tag::char_code<tag::string, CharEncoding> // enables string(str)
61 , tag::char_code<tag::string, CharEncoding>
262 tag::char_code<tag::string, CharEncoding>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dget_encoding.hpp54 has_modifier<Modifiers, tag::char_code<tag::encoding, mpl::_1> >
/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.hpp154 , tag::char_code<tag::encoding, encoding_type>