Home
last modified time | relevance | path

Searched defs:white_space (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/spirit/test/lex/
Dstate_switcher.cpp33 boost::spirit::lex::token_def<> identifier, white_space, separators; member
/third_party/boost/libs/spirit/example/lex/
Dexample1.cpp54 lex::token_def<> identifier, white_space; member
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.h287 enum CRWhiteSpaceType white_space; member
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dquery.hpp87 white_space = 512, enumerator
/third_party/boost/boost/spirit/home/support/
Dchar_class.hpp152 struct white_space { BOOST_SPIRIT_IS_TAG() }; struct