Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc246 std::unordered_map<uint64_t, int> rune_cache_; member in re2::Compiler
468 rune_cache_.clear(); in BeginRange()
495 std::unordered_map<uint64_t, int>::const_iterator it = rune_cache_.find(key); in CachedRuneByteSuffix()
496 if (it != rune_cache_.end()) in CachedRuneByteSuffix()
499 rune_cache_[key] = id; in CachedRuneByteSuffix()
510 return rune_cache_.find(key) != rune_cache_.end(); in IsCachedRuneByteSuffix()