Home
last modified time | relevance | path

Searched defs:cache_capacity (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Ddfa.rs125 cache_capacity: usize, field
2878 cache_capacity: Option<usize>, field
3506 pub fn cache_capacity(mut self, bytes: usize) -> Config { in cache_capacity() method
4076 let mut cache_capacity = self.config.get_cache_capacity(); in build_from_nfa() localVariable