Searched refs:feature_regex (Results 1 – 2 of 2) sorted by relevance
314 static const boost::regex feature_regex("boost_(?:no|has)_(.*)"); in process_ipp_file() local315 std::string feature_name = boost::regex_replace(namespace_name, feature_regex, "\\1"); in process_ipp_file()
1003 feature_regex = re.match(_FEATURE_REGEX, cfg)1004 if feature_regex:1005 module.features.add(feature_regex.group(1))