Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dcompile.rs38 suffix_cache: SuffixCache,
65 suffix_cache: SuffixCache::new(1000), in new()
1074 /// `SuffixCache` is a simple bounded hash map for caching suffix entries in
1097 struct SuffixCache { structure names
1115 impl SuffixCache { impls
1117 SuffixCache { in new()

Completed in 3 milliseconds