Searched refs:slot_suffix_match (Results 1 – 1 of 1) sorted by relevance
29 std::smatch slot_suffix_match; in ValidateTargetSlotSuffix() local30 return std::regex_match(input, slot_suffix_match, slot_suffix_regex); in ValidateTargetSlotSuffix()