Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/tools/
Dgenerate.cpp314 static const boost::regex feature_regex("boost_(?:no|has)_(.*)"); in process_ipp_file() local
315 std::string feature_name = boost::regex_replace(namespace_name, feature_regex, "\\1"); in process_ipp_file()
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgen_android_bp.py1003 feature_regex = re.match(_FEATURE_REGEX, cfg)
1004 if feature_regex:
1005 module.features.add(feature_regex.group(1))