Home
last modified time | relevance | path

Searched refs:posix_charset_placeholder (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_primitives.hpp260 proto::terminal<detail::posix_charset_placeholder>::type const alnum = {{"alnum", false}};
270 proto::terminal<detail::posix_charset_placeholder>::type const alpha = {{"alpha", false}};
280 proto::terminal<detail::posix_charset_placeholder>::type const blank = {{"blank", false}};
290 proto::terminal<detail::posix_charset_placeholder>::type const cntrl = {{"cntrl", false}};
300 proto::terminal<detail::posix_charset_placeholder>::type const digit = {{"digit", false}};
310 proto::terminal<detail::posix_charset_placeholder>::type const graph = {{"graph", false}};
320 proto::terminal<detail::posix_charset_placeholder>::type const lower = {{"lower", false}};
330 proto::terminal<detail::posix_charset_placeholder>::type const print = {{"print", false}};
340 proto::terminal<detail::posix_charset_placeholder>::type const punct = {{"punct", false}};
350 proto::terminal<detail::posix_charset_placeholder>::type const space = {{"space", false}};
[all …]
Dxpressive_typeof.hpp60 BOOST_TYPEOF_REGISTER_TYPE(boost::xpressive::detail::posix_charset_placeholder)
/third_party/boost/boost/xpressive/detail/static/
Dplaceholders.hpp40 struct posix_charset_placeholder struct
Dtransmogrify.hpp153 struct transmogrify<BidiIter, ICase, Traits, posix_charset_placeholder >
Dgrammar.hpp161 , terminal<detail::posix_charset_placeholder>
/third_party/boost/boost/xpressive/detail/
Ddetail_fwd.hpp52 struct posix_charset_placeholder;