Home
last modified time | relevance | path

Searched refs:char_ (Results 1 – 8 of 8) 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dhttp_header.cpp31 (*(('"' >> *(('\\' >> qi::char_) | (qi::char_ - '"')) >> '"') | (qi::char_ - '"' - ','))) in parse()
/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.hpp160 typedef tag::char_code<tag::char_, charset> char_; \
167 typedef spirit::terminal<tag::charset::char_> char_type; \
174 typedef spirit::terminal<tag::charset::char_> char_type; \
175 char_type const char_ = char_type(); \
177 inline void silence_unused_warnings_##char_() { (void) char_; } \
H A Dchar_class.hpp72 struct char_ { BOOST_SPIRIT_IS_TAG() }; struct
301 BOOST_SPIRIT_CLASSIFY(char_, ischar) in BOOST_SPIRIT_CLASSIFY()
560 BOOST_SPIRIT_CLASSIFY_WHAT(char_, "char")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dintegral_c.hpp46 struct char_ struct
84 struct is_callable<char_<I> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp111 using ascii::char_; in bcp47_parser()
144 singleton = digit | char_('a','w') | char_('y','z'); // "no-case" handles A-W and Y-Z in bcp47_parser()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp841 struct char_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp944 char char_; member