Home
last modified time | relevance | path

Searched refs:regex_filter (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dregex_filter_test.cpp49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()
133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()
162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
/third_party/boost/boost/iostreams/filter/
Dregex.hpp92 typedef basic_regex_filter<char> regex_filter; typedef