Searched refs:TIME_REGEX (Results 1 – 2 of 2) sorted by relevance
113 constexpr static const char *TIME_REGEX = "_\\d{10}_p_"; variable
1013 std::regex timeRegex(TIME_REGEX); in SplitEntryKey()