Searched defs:isMacth (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/netstack/utils/common_utils/src/ | ||
H A D | netstack_common_utils.cpp | 234 bool isMacth = patternStr != "" && std::regex_match(str, pattern); in IsMatch() local |
Completed in 2 milliseconds