Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp96 static const std::regex kRE5("(" RE_COMPONENT ")"); in setTo() local
129 } else if (std::regex_match(s, match, kRE5)) { in setTo()