Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_MAX_CACHE_BLOCKS (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmem_block_cache.hpp44 std::atomic<void*> cache[BOOST_REGEX_MAX_CACHE_BLOCKS];
48 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in ~mem_block_cache()
54 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in get()
64 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in put()
120 if(cached_blocks >= BOOST_REGEX_MAX_CACHE_BLOCKS)
/third_party/boost/libs/regex/src/
Dregex.cpp43 #if BOOST_REGEX_MAX_CACHE_BLOCKS == 0
182 #if BOOST_REGEX_MAX_CACHE_BLOCKS == 0
/third_party/boost/boost/regex/
Dconfig.hpp438 # ifndef BOOST_REGEX_MAX_CACHE_BLOCKS
439 # define BOOST_REGEX_MAX_CACHE_BLOCKS 16 macro
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp51 PRINT_MACRO(BOOST_REGEX_MAX_CACHE_BLOCKS); in NEW_MAIN()
/third_party/boost/libs/regex/doc/
Dconfiguration.qbk72 [[BOOST_REGEX_MAX_CACHE_BLOCKS][Tells Boost.Regex how many memory blocks to store in