Searched refs:CompileRegex (Results 1 – 1 of 1) sorted by relevance
204 re2::RE2* CompileRegex(const std::string& pattern) const;372 re2::RE2* Schema::InternalStorage::CompileRegex( in CompileRegex() function in policy::Schema::InternalStorage598 re2::RE2* compiled_regex = CompileRegex(it.key()); in ParseDictionary()730 re2::RE2* compiled_regex = CompileRegex(pattern); in ParseStringPattern()1109 if (re2::RE2::PartialMatch(key, *storage_->CompileRegex(it->key))) { in GetPatternProperties()1192 re2::RE2* regex = storage_->CompileRegex(*storage_->string_enums(index)); in ValidateStringRestriction()