Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_MAX_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/
Dconfig.hpp432 # ifndef BOOST_REGEX_MAX_BLOCKS
433 # define BOOST_REGEX_MAX_BLOCKS 1024 macro
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp50 PRINT_MACRO(BOOST_REGEX_MAX_BLOCKS); in NEW_MAIN()
/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp215 used_block_count = BOOST_REGEX_MAX_BLOCKS; in match_imp()
276 used_block_count = BOOST_REGEX_MAX_BLOCKS; in find_imp()
/third_party/boost/libs/regex/doc/
Dconfiguration.qbk71 [[BOOST_REGEX_MAX_BLOCKS][Tells Boost.Regex how many blocks of size BOOST_REGEX_BLOCKSIZE it is per…