Home
last modified time | relevance | path

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

/system/tools/hidl/utils/
DFQName.cpp94 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+"); in setTo() local
127 } else if (std::regex_match(s, match, kRE4)) { in setTo()