Searched refs:feature_regex (Results 1 – 3 of 3) 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()
1014 feature_regex = re.match(_FEATURE_REGEX, cfg)1015 if feature_regex:1016 module.features.add(feature_regex.group(1))