Searched refs:RegexType (Results 1 – 1 of 1) sorted by relevance
594 pattern_->~RegexType(); in ~Schema()937 typedef internal::GenericRegex<EncodingType> RegexType; typedef939 typedef std::basic_regex<Ch> RegexType; typedef941 typedef char RegexType; typedef1000 RegexType* CreatePattern(const ValueType& value) { in CreatePattern()1002 RegexType* r = new (allocator_->Malloc(sizeof(RegexType))) RegexType(value.GetString()); in CreatePattern()1004 r->~RegexType(); in CreatePattern()1013 static bool IsPatternMatch(const RegexType* pattern, const Ch *str, SizeType) { in IsPatternMatch()1018 RegexType* CreatePattern(const ValueType& value) { in CreatePattern()1021 …return new (allocator_->Malloc(sizeof(RegexType))) RegexType(value.GetString(), std::size_t(value.… in CreatePattern()[all …]