Home
last modified time | relevance | path

Searched refs:rune_cache_ (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Dcompile.cc231 map<uint64, int> rune_cache_; member in re2::Compiler
479 rune_cache_.clear(); in BeginRange()
506 map<uint64, int>::iterator it = rune_cache_.find(key); in RuneByteSuffix()
507 if (it != rune_cache_.end()) in RuneByteSuffix()
510 rune_cache_[key] = id; in RuneByteSuffix()