Searched refs:regex_cache_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema.cc250 mutable std::map<std::string, re2::RE2*> regex_cache_; member in class:policy::Schema::InternalStorage
266 : regex_cache_deleter_(&regex_cache_) {}
345 std::map<std::string, re2::RE2*>::iterator it = regex_cache_.find(pattern);
346 if (it == regex_cache_.end()) {
348 regex_cache_[pattern] = compiled;

Completed in 76 milliseconds