Home
last modified time | relevance | path

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

/third_party/boost/libs/mpl/doc/src/refmanual/
DLIMIT_STRING_SIZE.rst1 .. Macros/Configuration//BOOST_MPL_LIMIT_STRING_SIZE |65
3 BOOST_MPL_LIMIT_STRING_SIZE title
11 #if !defined(BOOST_MPL_LIMIT_STRING_SIZE)
12 # define BOOST_MPL_LIMIT_STRING_SIZE \\
21 ``BOOST_MPL_LIMIT_STRING_SIZE`` is an overridable configuration macro regulating
23 implementation of the library, ``BOOST_MPL_LIMIT_STRING_SIZE`` has a default value
24 of 32. To override the default limit, define ``BOOST_MPL_LIMIT_STRING_SIZE`` to
33 #define BOOST_MPL_LIMIT_STRING_SIZE 8
/third_party/boost/boost/mpl/limits/
Dstring.hpp17 #if !defined(BOOST_MPL_LIMIT_STRING_SIZE)
18 # define BOOST_MPL_LIMIT_STRING_SIZE 32 macro
/third_party/boost/libs/metaparse/example/meta_hs/
Dexample_in_haskell.hpp18 #define BOOST_MPL_LIMIT_STRING_SIZE 50 macro
19 #define BOOST_METAPARSE_LIMIT_STRING_SIZE BOOST_MPL_LIMIT_STRING_SIZE
/third_party/boost/boost/mpl/
Dstring.hpp54 BOOST_PP_DIV(BOOST_PP_ADD(BOOST_MPL_LIMIT_STRING_SIZE, 3), 4)
187 (BOOST_MPL_LIMIT_STRING_SIZE != mpl::size<Sequence>::type::value)
304 (BOOST_MPL_LIMIT_STRING_SIZE != mpl::size<Sequence>::type::value)
588 BOOST_PP_REPEAT(BOOST_MPL_LIMIT_STRING_SIZE, M0, ~)
592 static typename Sequence::value_type const value[BOOST_MPL_LIMIT_STRING_SIZE+1];
596 typename Sequence::value_type const c_str<Sequence>::value[BOOST_MPL_LIMIT_STRING_SIZE+1] =
600 BOOST_PP_REPEAT(BOOST_MPL_LIMIT_STRING_SIZE, M0, ~)
/third_party/boost/libs/metaparse/example/grammar_calculator/
Dmain.cpp17 #define BOOST_MPL_LIMIT_STRING_SIZE 64 macro
18 #define BOOST_METAPARSE_LIMIT_STRING_SIZE BOOST_MPL_LIMIT_STRING_SIZE
/third_party/boost/libs/metaparse/example/meta_metaparse/
Dmain.cpp6 #define BOOST_MPL_LIMIT_STRING_SIZE 64 macro
7 #define BOOST_METAPARSE_LIMIT_STRING_SIZE BOOST_MPL_LIMIT_STRING_SIZE